On 06/03/2023 12:08, Lorenzo Bianconi wrote: > Add device bindings for asm330lhb IMU sensor. > Use asm330lhh as fallback device for asm330lhb since it implements all > the features currently supported by asm330lhb. > > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml b/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml > index decf022335d8..b39f5217d8ff 100644 > --- a/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml > +++ b/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml > @@ -46,6 +46,9 @@ properties: > - items: > - const: st,ism330is > - const: st,lsm6dso16is > + - items: > + - const: st,asm330lhb > + - const: st,asm330lhh You added it to the end of the list, but aren't there any ordering already? If so, it should be put rather in correct place. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof