From: Xander Huff <xander.huff-acOepvfBmUk@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 <xander.huff-acOepvfBmUk@public.gmane.org>
Subject: [PATCH 6/6] ARM: Zynq: DT: Enable xadc node in zynq-zybo.dts
Date: Thu, 7 May 2015 17:32:25 -0500 [thread overview]
Message-ID: <1431037945-40360-6-git-send-email-xander.huff@ni.com> (raw)
In-Reply-To: <1431037945-40360-1-git-send-email-xander.huff-acOepvfBmUk@public.gmane.org>
Now that zynq-7000 disables xadc by default, enable in zynq-zybo
to retain existing behavior.
Signed-off-by: Xander Huff <xander.huff-acOepvfBmUk@public.gmane.org>
---
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
next prev parent reply other threads:[~2015-05-07 22:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-07 22:32 [PATCH 1/6] ARM: Zynq: DT: Disable xadc node by default in zynq-7000.dtsi Xander Huff
[not found] ` <1431037945-40360-1-git-send-email-xander.huff-acOepvfBmUk@public.gmane.org>
2015-05-07 22:32 ` [PATCH 2/6] ARM: Zynq: DT: Enable xadc node in zynq-parallella.dts Xander Huff
[not found] ` <1431037945-40360-2-git-send-email-xander.huff-acOepvfBmUk@public.gmane.org>
2015-05-12 12:13 ` Andreas Färber
2015-05-07 22:32 ` [PATCH 3/6] ARM: Zynq: DT: Enable xadc node in zynq-zc702.dts Xander Huff
2015-05-07 22:32 ` [PATCH 4/6] ARM: Zynq: DT: Enable xadc node in zynq-zc706.dts Xander Huff
2015-05-07 22:32 ` [PATCH 5/6] ARM: Zynq: DT: Enable xadc node in zynq-zed.dts Xander Huff
2015-05-07 22:32 ` Xander Huff [this message]
2015-05-07 22:36 ` [PATCH 1/6] ARM: Zynq: DT: Disable xadc node by default in zynq-7000.dtsi Sören Brinkmann
2015-05-08 14:53 ` Xander Huff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1431037945-40360-6-git-send-email-xander.huff@ni.com \
--to=xander.huff-acoepvfbmuk@public.gmane.org \
--cc=ben.shelton-acOepvfBmUk@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=joe.hershberger-acOepvfBmUk@public.gmane.org \
--cc=joshc-acOepvfBmUk@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).