We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5040a9 commit 847c35bCopy full SHA for 847c35b
1 file changed
arch/arm/boot/dts/sama5d2.dtsi
@@ -47,6 +47,7 @@
47
#include <dt-bindings/dma/at91.h>
48
#include <dt-bindings/interrupt-controller/irq.h>
49
#include <dt-bindings/clock/at91.h>
50
+#include <dt-bindings/iio/adc/at91-sama5d2_adc.h>
51
52
/ {
53
model = "Atmel SAMA5D2 family SoC";
@@ -1481,6 +1482,7 @@
1481
1482
atmel,max-sample-rate-hz = <20000000>;
1483
atmel,startup-time-ms = <4>;
1484
atmel,trigger-edge-type = <IRQ_TYPE_EDGE_RISING>;
1485
+ #io-channel-cells = <1>;
1486
status = "disabled";
1487
};
1488
0 commit comments