Now that zynq-7000 disables xadc by default, enable in zynq-zc702 to retain existing behavior. Signed-off-by: Xander Huff <xander.huff@xxxxxx> --- arch/arm/boot/dts/zynq-zc702.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/zynq-zc702.dts b/arch/arm/boot/dts/zynq-zc702.dts index 1fc1d39..74b3b8a 100644 --- a/arch/arm/boot/dts/zynq-zc702.dts +++ b/arch/arm/boot/dts/zynq-zc702.dts @@ -47,6 +47,12 @@ compatible = "usb-nop-xceiv"; #phy-cells = <0>; }; + + amba { + adc: adc@f8007100 { + status = "okay"; + }; + }; }; &can0 { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html