Commit 64b83432 authored by Haibo Chen's avatar Haibo Chen Committed by Shawn Guo

ARM: dts: imx7d-sdb: add ADC support

Add ADC support for imx7d-sdb board.
Signed-off-by: default avatarHaibo Chen <haibo.chen@freescale.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a3d19f21
......@@ -97,6 +97,16 @@ reg_vref_1v8: regulator@3 {
};
};
&adc1 {
vref-supply = <&reg_vref_1v8>;
status = "okay";
};
&adc2 {
vref-supply = <&reg_vref_1v8>;
status = "okay";
};
&cpu0 {
arm-supply = <&sw1a_reg>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment