From: Haibo Chen Date: Tue, 8 Dec 2015 10:26:23 +0000 (+0800) Subject: ARM: dts: imx7d-sdb: add ADC support X-Git-Tag: v4.5-rc1~43^2~18^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=64b834324df7597cb9b44abe415d7b7dfd82ee0b;p=karo-tx-linux.git ARM: dts: imx7d-sdb: add ADC support Add ADC support for imx7d-sdb board. Signed-off-by: Haibo Chen Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index 432aaf5d5ef7..b2c453662905 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -97,6 +97,16 @@ }; }; +&adc1 { + vref-supply = <®_vref_1v8>; + status = "okay"; +}; + +&adc2 { + vref-supply = <®_vref_1v8>; + status = "okay"; +}; + &cpu0 { arm-supply = <&sw1a_reg>; };