dts: Add io-channel details to ADC nodes/bindings
Update the ADC bindings to include #io-channel-cells and update the related dts files to set #io-channel-cells. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
0e3f6aa885
commit
e8524965c5
31 changed files with 70 additions and 0 deletions
|
@ -382,6 +382,7 @@
|
|||
interrupts = <39 0>;
|
||||
label = "ADC_0";
|
||||
status = "disabled";
|
||||
#io-channel-cells = <1>;
|
||||
};
|
||||
|
||||
adc1: adc@400bb000{
|
||||
|
@ -390,6 +391,7 @@
|
|||
interrupts = <73 0>;
|
||||
label = "ADC_1";
|
||||
status = "disabled";
|
||||
#io-channel-cells = <1>;
|
||||
};
|
||||
|
||||
usbd: usbd@40072000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue