diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-05-07 19:39:21 +0200 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2023-05-20 17:30:45 +0100 |
commit | 787eb0c0cb7b504dd3e9822e1a90f6d351c39b93 (patch) | |
tree | d0f72d0e0bf3bfd05b5b3f57e33eb2c986439375 | |
parent | 5361613b1997a1ef0d274eddf144690f7878c6b6 (diff) |
dt-bindings: iio: st,lsm6dsx: reference common schema for mount-matrix
Reference iio.yaml schema from dtschema to allow already used
mount-matrix property:
msm8953-xiaomi-daisy.dtb: imu@6a: Unevaluated properties are not allowed ('mount-matrix' was unexpected)
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml b/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml index b39f5217d8ff..ee8724ad33ab 100644 --- a/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml +++ b/Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml @@ -98,6 +98,7 @@ required: - reg allOf: + - $ref: /schemas/iio/iio.yaml# - $ref: /schemas/spi/spi-peripheral-props.yaml# unevaluatedProperties: false |