From: Fugang Duan <B38611-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
To: jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
b20596-KZfg59tc24xl57MIdRCFDg@public.gmane.org,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH v3 1/3] ARM: dts: vf610-twr: Add ADC support
Date: Tue, 26 Nov 2013 18:56:32 +0800 [thread overview]
Message-ID: <1385463394-11157-2-git-send-email-B38611@freescale.com> (raw)
In-Reply-To: <1385463394-11157-1-git-send-email-B38611-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
vf610 have two ADC controllers, and vf610-twr board ADC0_SE5 pin connect
to sliding rheostat for ADC test, other ADC pins connect to connectors for
future use.
Add support for ADC0_SE5.
Signed-off-by: Fugang Duan <B38611-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
---
arch/arm/boot/dts/vf610-twr.dts | 14 ++++++++++++++
arch/arm/boot/dts/vf610.dtsi | 26 ++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts
index c8047ca..0867004 100644
--- a/arch/arm/boot/dts/vf610-twr.dts
+++ b/arch/arm/boot/dts/vf610-twr.dts
@@ -36,6 +36,20 @@
};
+&adc0 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_adc0_ad5>;
+ fsl,adc-io-pinctl = <0x20>;
+ fsl,adc-vref = <3300000>;
+ fsl,adc-clk-div = <2>;
+ fsl,adc-res = <12>;
+ fsl,adc-sam-time = <4>;
+ fsl,adc-aver-sam-sel = <4>;
+ fsl,adc-hw-aver-en;
+ fsl,adc-low-power-mode;
+ status = "okay";
+};
+
&dspi0 {
bus-num = <0>;
pinctrl-names = "default";
diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi
index d31ce1b..b5b21ea 100644
--- a/arch/arm/boot/dts/vf610.dtsi
+++ b/arch/arm/boot/dts/vf610.dtsi
@@ -152,6 +152,15 @@
clock-names = "pit";
};
+ adc0: adc@4003b000 {
+ compatible = "fsl,vf610-adc";
+ reg = <0x4003b000 0x1000>;
+ interrupts = <0 53 0x04>;
+ clocks = <&clks VF610_CLK_ADC0>;
+ clock-names = "adc";
+ status = "disabled";
+ };
+
wdog@4003e000 {
compatible = "fsl,vf610-wdt", "fsl,imx21-wdt";
reg = <0x4003e000 0x1000>;
@@ -178,6 +187,14 @@
/* functions and groups pins */
+ adc0 {
+ pinctrl_adc0_ad5: adc0_ad5 {
+ fsl,pins = <
+ VF610_PAD_PTC30__ADC0_SE5 0xa1
+ >;
+ };
+ };
+
dcu0 {
pinctrl_dcu0_1: dcu0grp_1 {
fsl,pins = <
@@ -450,6 +467,15 @@
status = "disabled";
};
+ adc1: adc@400bb000 {
+ compatible = "fsl,vf610-adc";
+ reg = <0x400bb000 0x1000>;
+ interrupts = <0 54 0x04>;
+ clocks = <&clks VF610_CLK_ADC1>;
+ clock-names = "adc";
+ status = "disabled";
+ };
+
fec0: ethernet@400d0000 {
compatible = "fsl,mvf600-fec";
reg = <0x400d0000 0x1000>;
--
1.7.2.rc3
next prev parent reply other threads:[~2013-11-26 10:56 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-26 10:56 [PATCH v3 0/3] *** iio:adc:imx: Add Freescale vf610 ADC driver support *** Fugang Duan
[not found] ` <1385463394-11157-1-git-send-email-B38611-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2013-11-26 10:56 ` Fugang Duan [this message]
2013-11-26 10:56 ` [PATCH v3 2/3] iio:adc:imx: add Freescale Vybrid vf610 adc driver Fugang Duan
[not found] ` <1385463394-11157-3-git-send-email-B38611-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2013-11-26 11:51 ` Lars-Peter Clausen
[not found] ` <52948B45.7030505-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
2013-11-27 4:44 ` Fugang Duan
[not found] ` <9848F2DB572E5649BA045B288BE08FBE01898C41-RL0Hj/+nBVDtkydW1Tv2Dq4g8xLGJsHaLnY5E4hWTkheoWH0uzbU5w@public.gmane.org>
2013-11-27 8:20 ` Lars-Peter Clausen
[not found] ` <5295AB51.4050804-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
2013-11-27 8:31 ` Fugang Duan
2013-11-26 14:25 ` Mark Rutland
[not found] ` <20131126142534.GB5402-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-11-27 5:37 ` Fugang Duan
[not found] ` <9848F2DB572E5649BA045B288BE08FBE01898D02-RL0Hj/+nBVDtkydW1Tv2Dq4g8xLGJsHaLnY5E4hWTkheoWH0uzbU5w@public.gmane.org>
2013-11-27 14:18 ` Mark Rutland
[not found] ` <20131127141803.GA27879-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-11-28 1:25 ` Fugang Duan
2013-11-26 10:56 ` [PATCH v3 3/3] Documentation: add the binding file for Freescale vf610 ADC driver Fugang Duan
[not found] ` <1385463394-11157-4-git-send-email-B38611-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2013-11-26 13:37 ` Shawn Guo
[not found] ` <20131126133737.GA5402-rvtDTF3kK1ictlrPMvKcciBecyulp+rMXqFh9Ls21Oc@public.gmane.org>
2013-11-27 1:38 ` Fugang Duan
2013-11-26 14:09 ` Mark Rutland
[not found] ` <20131126140926.GA5402-NuALmloUBlrZROr8t4l/smS4ubULX0JqMm0uRHvK7Nw@public.gmane.org>
2013-11-27 6:05 ` Fugang Duan
[not found] ` <9848F2DB572E5649BA045B288BE08FBE01898D6F-RL0Hj/+nBVDtkydW1Tv2Dq4g8xLGJsHaLnY5E4hWTkheoWH0uzbU5w@public.gmane.org>
2013-11-27 8:09 ` Jonathan Cameron
[not found] ` <56212a87-d3e7-4ef7-8198-0cb059b98979-2ueSQiBKiTY7tOexoI0I+QC/G2K4zDHf@public.gmane.org>
2013-11-27 8:55 ` Fugang Duan
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=1385463394-11157-2-git-send-email-B38611@freescale.com \
--to=b38611-kzfg59tc24xl57midrcfdg@public.gmane.org \
--cc=b20596-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=shawn.guo-QSEj5FYQhm4dnm+yROfE0A@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).