Re: [PATCH v2 1/2] dt-bindings: iio: adc: Add binding for Nuvoton NCT720x ADCs
From: Yu-Hsian Yang
Date: Wed Dec 04 2024 - 03:48:26 EST
Dear Krzysztof Kozlowski,
Krzysztof Kozlowski <krzk@xxxxxxxxxx> 於 2024年12月4日 週三 下午3:13寫道:
>
> On 04/12/2024 04:10, Yu-Hsian Yang wrote:
> >>> + reg:
> >>> + maxItems: 1
> >>
> >>
> >> No other properties? No resources?
> >>
> >
> > The difference is to remove read-vin-data-size property and default
> > use read word vin data.
>
>
> No supplies? No interrupts?
>
We would add interrupts and reset-gpios but not include in required block.
Add these two properties in todo list.
+ interrupts:
+ maxItems: 1
+ reset-gpios:
+ description:
+ Reset pin for the device.
+ maxItems: 1
Besides, I found a mistake that the Node name should follow.
> + nct7202@1d {
So, correct it as
+ adc@1d {
>
> Best regards,
> Krzysztof