diff options
author | Claudiu Beznea <[email protected]> | 2022-10-26 15:41:06 +0300 |
---|---|---|
committer | Claudiu Beznea <[email protected]> | 2022-11-01 12:28:33 +0200 |
commit | 52d9b4fee7fa9f9164c304badde9733d8f6cb707 (patch) | |
tree | 509246ce7cda4549779bb86bcffc34984b775fcf | |
parent | c01657dbcde8bf1c2cfdba61cc9ca0427ede145e (diff) |
ARM: dts: at91: sama7g5: add io-channel-cells to adc node
Add io-channel-cell to ADC node. It is necessary for DT users of ADC.
Signed-off-by: Claudiu Beznea <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/sama7g5.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi index b15435674e1a..d80aaa13c9cd 100644 --- a/arch/arm/boot/dts/sama7g5.dtsi +++ b/arch/arm/boot/dts/sama7g5.dtsi @@ -421,6 +421,7 @@ atmel,min-sample-rate-hz = <200000>; atmel,max-sample-rate-hz = <20000000>; atmel,startup-time-ms = <4>; + #io-channel-cells = <1>; status = "disabled"; }; |