2021-05-11 14:27:08

by Stephan Gerhold

[permalink] [raw]
Subject: [PATCH v2 1/3] dt-bindings: iio: kionix,kxcjk1013: Document kionix,kx023-1025

The KX023-1025 accelerometer uses similar register bits as kxcjk1023,
so it can make use of the same driver. Document the new kionix,kx023-1025
compatible that is also supported by the kxcjk-1013 driver now.

Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Stephan Gerhold <[email protected]>
---
.../devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml b/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml
index fbb714431e3d..52fa0f7c2d0e 100644
--- a/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml
+++ b/Documentation/devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml
@@ -16,6 +16,7 @@ properties:
- kionix,kxcj91008
- kionix,kxtj21009
- kionix,kxtf9
+ - kionix,kx023-1025

reg:
maxItems: 1
--
2.31.1


2021-05-12 20:52:28

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v2 1/3] dt-bindings: iio: kionix,kxcjk1013: Document kionix,kx023-1025

On Tue, 11 May 2021 16:24:00 +0200, Stephan Gerhold wrote:
> The KX023-1025 accelerometer uses similar register bits as kxcjk1023,
> so it can make use of the same driver. Document the new kionix,kx023-1025
> compatible that is also supported by the kxcjk-1013 driver now.
>
> Reviewed-by: Hans de Goede <[email protected]>
> Signed-off-by: Stephan Gerhold <[email protected]>
> ---
> .../devicetree/bindings/iio/accel/kionix,kxcjk1013.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>