Message ID | 942452ec9626bc1166501cec0fa88c369e28ec6f.1706961432.git.lorenzo@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | add support for ASM330LHHXG1 | expand |
On 03/02/2024 13:01, Lorenzo Bianconi wrote: > Add device bindings for asm330lhhxg1 IMU sensor. > The lsm6dsr supports the features and functionality provided by > the asm330lhhxg1 via identical interfaces and so is a suitable > fallback compatible. > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Sat, 03 Feb 2024 13:01:38 +0100, Lorenzo Bianconi wrote: > Add device bindings for asm330lhhxg1 IMU sensor. > The lsm6dsr supports the features and functionality provided by > the asm330lhhxg1 via identical interfaces and so is a suitable > fallback compatible. > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> > --- > Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@kernel.org>
On Mon, 5 Feb 2024 14:01:28 +0000 Rob Herring <robh@kernel.org> wrote: > On Sat, 03 Feb 2024 13:01:38 +0100, Lorenzo Bianconi wrote: > > Add device bindings for asm330lhhxg1 IMU sensor. > > The lsm6dsr supports the features and functionality provided by > > the asm330lhhxg1 via identical interfaces and so is a suitable > > fallback compatible. > > > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> > > --- > > Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > Reviewed-by: Rob Herring <robh@kernel.org> > Series applied. Thanks
diff --git a/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml b/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml index 28b667a9cb76..c48a96d17f51 100644 --- a/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml +++ b/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml @@ -35,7 +35,9 @@ properties: - st,lsm6dsv - st,lsm6dso16is - items: - - const: st,asm330lhhx + - enum: + - st,asm330lhhx + - st,asm330lhhxg1 - const: st,lsm6dsr - items: - const: st,lsm6dstx
Add device bindings for asm330lhhxg1 IMU sensor. The lsm6dsr supports the features and functionality provided by the asm330lhhxg1 via identical interfaces and so is a suitable fallback compatible. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> --- Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)