[PATCH] dt-bindings: iio: accel: add adi,adis16203 support

Omer PALA posted 1 patch 1 week ago
Documentation/devicetree/bindings/iio/accel/adi,adis16201.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: iio: accel: add adi,adis16203 support
Posted by Omer PALA 1 week ago
Add adi,adis16203 support to adi,adis16201.yaml for
staging adis16203 driver

Signed-off-by: Omer PALA <palaomer100@gmail.com>
---
 Documentation/devicetree/bindings/iio/accel/adi,adis16201.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iio/accel/adi,adis16201.yaml b/Documentation/devicetree/bindings/iio/accel/adi,adis16201.yaml
index b6ba7ad1a..73ea8f192 100644
--- a/Documentation/devicetree/bindings/iio/accel/adi,adis16201.yaml
+++ b/Documentation/devicetree/bindings/iio/accel/adi,adis16201.yaml
@@ -19,6 +19,7 @@ properties:
   compatible:
     enum:
       - adi,adis16201
+      - adi,adis16203
       - adi,adis16209
 
   reg:
-- 
2.55.0
Re: [PATCH] dt-bindings: iio: accel: add adi,adis16203 support
Posted by Krzysztof Kozlowski 6 days, 15 hours ago
On Thu, Sep 17, 2026 at 11:09:05AM +0300, Omer PALA wrote:
> Add adi,adis16203 support to adi,adis16201.yaml for
> staging adis16203 driver

Bindings are not for drivers, but nevertheless you clearly did not read
the discussions I linked in your previous post.

That's staging stuff. Are you again fixing some issues only because
checkpatch told so?

Best regards,
Krzysztof
Re: [PATCH] dt-bindings: iio: accel: add adi,adis16203 support
Posted by Ömer PALA 6 days, 14 hours ago
Krzysztof Kozlowski <krzk@kernel.org> wrote:
> Bindings are not for drivers, but nevertheless you clearly did not read
> the discussions I linked in your previous post.
>
> That's staging stuff. Are you again fixing some issues only because
> checkpatch told so?
>
> Best regards,
> Krzysztof

Hi Krzysztof,

You are completely right, and I apologize for missing this. I will
drop this patch since the driver is still under staging.

Thank you for your guidance and patience.

Best regards,
Omer PALA