summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@nxp.com>2016-02-29 11:24:47 +0800
committerHaibo Chen <haibo.chen@nxp.com>2016-02-29 14:45:24 +0800
commit4decc858d2cfc9a718ae4e569028fa47e903e65e (patch)
treeba64f11181c6319b6990bc804da7ff96ddaf7bdc /arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
parente4a5f2e763d5c9df8b97b01ee38879a9bee66f0d (diff)
MLK-12454 ARM: dts: imx7d-12x12-lpddr3-arm2: add adc support
Add ADC support for imx7d-12x12-lpddr3-arm2 board. Signed-off-by: Haibo Chen <haibo.chen@nxp.com> (cherry picked from commit 8ed7b52849feced89e8ddcbea49ec7426fa4d8bf)
Diffstat (limited to 'arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
index e1d586951e83..6c49c2981a2a 100644
--- a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
+++ b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts
@@ -123,6 +123,13 @@
enable-active-high;
};
+ reg_vref_1v8: regulator@2 {
+ compatible = "regulator-fixed";
+ regulator-name = "vref-1v8";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ };
+
reg_mipi_dsi_pwr_on: mipi_dsi_pwr_on {
compatible = "regulator-fixed";
regulator-name = "mipi_dsi_pwr_on";
@@ -136,6 +143,11 @@
};
};
+&adc1 {
+ vref-supply = <&reg_vref_1v8>;
+ status = "okay";
+};
+
&cpu0 {
arm-supply = <&sw1a_reg>;
};