diff mbox series

[2/2] dt-bindings: iio: imu: st_lsm6dsx: add lsm6dsv16x device bindings

Message ID 8d10a63ec6abd22863ab25addd8c2f578dbc9cd9.1667745215.git.lorenzo@kernel.org (mailing list archive)
State Accepted
Headers show
Series add support for LSM6DSV16X | expand

Commit Message

Lorenzo Bianconi Nov. 6, 2022, 2:36 p.m. UTC
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(+)

Comments

Krzysztof Kozlowski Nov. 7, 2022, 8:31 a.m. UTC | #1
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
Lorenzo Bianconi Nov. 8, 2022, 2:25 p.m. UTC | #2
> 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
Jonathan Cameron Nov. 12, 2022, 3:53 p.m. UTC | #3
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 mbox series

Patch

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