diff options
author | Luwei Zhou <b45643@freescale.com> | 2014-03-07 03:23:53 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:52 -0400 |
commit | b0ab7b35489d5c5ffaf791877d6f2669572962b1 (patch) | |
tree | 039d34f193427838ceeaac5b3b58871a10c6d55e | |
parent | 98b186ad501ca185bbf3e15810920a0ea7f4bcda (diff) |
ENGR00302299 ARM: dts: imx6sx: add adc support on i.MX6SX-17x17-ARM2 platform
add adc support for i.MX6SX-17x17-ARM2 platform.
Signed-off-by: Luwei Zhou <b45643@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx6sx-17x17-arm2.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts index 4bccafdb6f86..7021c39d9d1e 100644 --- a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts +++ b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts | |||
@@ -77,6 +77,13 @@ | |||
77 | gpio = <&gpio1 12 0>; | 77 | gpio = <&gpio1 12 0>; |
78 | enable-active-high; | 78 | enable-active-high; |
79 | }; | 79 | }; |
80 | |||
81 | reg_vref_3v3: regulator@0 { | ||
82 | compatible = "regulator-fixed"; | ||
83 | regulator-name = "vref-3v3"; | ||
84 | regulator-min-microvolt = <3300000>; | ||
85 | regulator-max-microvolt = <3300000>; | ||
86 | }; | ||
80 | }; | 87 | }; |
81 | 88 | ||
82 | memory { | 89 | memory { |
@@ -97,6 +104,16 @@ | |||
97 | }; | 104 | }; |
98 | }; | 105 | }; |
99 | 106 | ||
107 | &adc1 { | ||
108 | vref-supply = <®_vref_3v3>; | ||
109 | status = "okay"; | ||
110 | }; | ||
111 | |||
112 | &adc2 { | ||
113 | vref-supply = <®_vref_3v3>; | ||
114 | status = "okay"; | ||
115 | }; | ||
116 | |||
100 | &audmux { | 117 | &audmux { |
101 | pinctrl-names = "default"; | 118 | pinctrl-names = "default"; |
102 | pinctrl-0 = <&pinctrl_audmux_2>; | 119 | pinctrl-0 = <&pinctrl_audmux_2>; |