From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xander Huff Subject: [PATCH 6/6] ARM: Zynq: DT: Enable xadc node in zynq-zybo.dts Date: Thu, 7 May 2015 17:32:25 -0500 Message-ID: <1431037945-40360-6-git-send-email-xander.huff@ni.com> References: <1431037945-40360-1-git-send-email-xander.huff@ni.com> Return-path: In-Reply-To: <1431037945-40360-1-git-send-email-xander.huff-acOepvfBmUk@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org Cc: michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org, soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, ben.shelton-acOepvfBmUk@public.gmane.org, joshc-acOepvfBmUk@public.gmane.org, joe.hershberger-acOepvfBmUk@public.gmane.org, Xander Huff List-Id: devicetree@vger.kernel.org Now that zynq-7000 disables xadc by default, enable in zynq-zybo to retain existing behavior. Signed-off-by: Xander Huff --- 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@f8007100 { + status = "okay"; + }; + }; + }; &clkc { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html