diff options
author | Stefan Wahren <stefan.wahren@chargebyte.com> | 2023-03-17 11:33:19 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-03-19 16:41:22 +0100 |
commit | f9dbd94ba8cf19f8ff76a48ba5864fd140f8a4e1 (patch) | |
tree | b16b0cc7eec3f7006c297888f483a3dc8925e99c /Documentation/devicetree/bindings/iio/st,st-sensors.yaml | |
parent | iio: addac: stx104: Replace bitops.h header inclusion with bits.h (diff) | |
download | linux-f9dbd94ba8cf19f8ff76a48ba5864fd140f8a4e1.tar.xz linux-f9dbd94ba8cf19f8ff76a48ba5864fd140f8a4e1.zip |
dt-bindings: iio: st-sensors: Add IIS328DQ accelerometer
The ST IIS328DQ is an accelerometer sensor, which is compatible with
the already supported ST H3LIS331DL. So add the new compatible
with a fallback to the ST sensor binding.
Link: https://lore.kernel.org/linux-iio/2bac9ecf-9d2e-967e-9020-1c950487d781@i2se.com/
Suggested-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230317103323.7741-5-stefan.wahren@chargebyte.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/st,st-sensors.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml index c6201976378f..5eb71b24a7cb 100644 --- a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml +++ b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml @@ -48,6 +48,9 @@ properties: - st,lsm330d-accel - st,lsm330dl-accel - st,lsm330dlc-accel + - items: + - const: st,iis328dq + - const: st,h3lis331dl-accel - description: Silan Accelerometers enum: - silan,sc7a20 |