[PATCH 6/6] ARM: Zynq: DT: Enable xadc node in zynq-zybo.dts
Xander Huff
xander.huff at ni.com
Thu May 7 15:32:25 PDT 2015
Now that zynq-7000 disables xadc by default, enable in zynq-zybo
to retain existing behavior.
Signed-off-by: Xander Huff <xander.huff at ni.com>
---
arch/arm/boot/dts/zynq-zybo.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/zynq-zybo.dts b/arch/arm/boot/dts/zynq-zybo.dts
index a9a12ce..a6298fb 100644
--- a/arch/arm/boot/dts/zynq-zybo.dts
+++ b/arch/arm/boot/dts/zynq-zybo.dts
@@ -27,6 +27,12 @@
bootargs = "console=ttyPS0,115200 earlyprintk";
};
+ amba {
+ adc: adc at f8007100 {
+ status = "okay";
+ };
+ };
+
};
&clkc {
--
1.9.1
More information about the linux-arm-kernel
mailing list