Message ID | 8d10a63ec6abd22863ab25addd8c2f578dbc9cd9.1667745215.git.lorenzo@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | add support for LSM6DSV16X | expand |
On 06/11/2022 15:36, Lorenzo Bianconi wrote: > Add device bindings for lsm6dsv16x IMU sensor. Drop redundant, second "device bindings" in subject. So the subject should be (also with different prefix): dt-bindings: iio: imu:: st,lsm6dsx.yaml: add lsm6dsv16x With subject fixes: Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
> On 06/11/2022 15:36, Lorenzo Bianconi wrote: > > Add device bindings for lsm6dsv16x IMU sensor. > > Drop redundant, second "device bindings" in subject. So the subject > should be (also with different prefix): ack > > dt-bindings: iio: imu:: st,lsm6dsx.yaml: add lsm6dsv16x > > With subject fixes: > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > Best regards, > Krzysztof > @Jonathan: do you want me send v2 or are you going to take care of it? Regards, Lorenzo
On Tue, 8 Nov 2022 15:25:40 +0100 Lorenzo Bianconi <lorenzo@kernel.org> wrote: > > On 06/11/2022 15:36, Lorenzo Bianconi wrote: > > > Add device bindings for lsm6dsv16x IMU sensor. > > > > Drop redundant, second "device bindings" in subject. So the subject > > should be (also with different prefix): > > ack > > > > > dt-bindings: iio: imu:: st,lsm6dsx.yaml: add lsm6dsv16x > > > > With subject fixes: > > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > > > Best regards, > > Krzysztof > > > > @Jonathan: do you want me send v2 or are you going to take care of it? > > Regards, > Lorenzo I tidied the patch title up whilst applying. Applied to the togreg branch of iio.git and pushed out as testing for all the normal reasons. Thanks, Jonathan
diff --git a/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml b/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml index e7349a3275dd..5933270799f5 100644 --- a/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml +++ b/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml @@ -39,6 +39,9 @@ properties: - items: - const: st,lsm6dstx - const: st,lsm6dst + - items: + - const: st,lsm6dsv16x + - const: st,lsm6dsv reg: maxItems: 1
Add device bindings for lsm6dsv16x IMU sensor. Use lsm6dsv as fallback device for lsm6dsv16x since it implements all the features currently supported by lsm6dsv16x. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> --- Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 3 +++ 1 file changed, 3 insertions(+)