aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-07-14 06:30:34 -0400
committerShawn Guo <shawnguo@kernel.org>2016-08-09 02:20:02 -0400
commit942526c35e97b7758b4a07ba456870f4ca15c1c6 (patch)
treeed20cb64945cdb65f13737cf914168278eff130a /arch/arm/boot
parentffebc8c0344934db710afc76e3bfda11a823bb3d (diff)
ARM: i.MX6 Phytec PFLA02: Add supplies for the SoC internal regulators
The SoC internal regulators for the CPU and the SoC come from the DA9063 vdd_core and vdd_soc. Add this relationship to the device tree so that the voltage drop on the SoC internal LDO regulators can be minimized. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
index e4b894c61a95..e0280cac2484 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
@@ -379,6 +379,18 @@
379 status = "disabled"; 379 status = "disabled";
380}; 380};
381 381
382&reg_arm {
383 vin-supply = <&vddcore_reg>;
384};
385
386&reg_pu {
387 vin-supply = <&vddsoc_reg>;
388};
389
390&reg_soc {
391 vin-supply = <&vddsoc_reg>;
392};
393
382&uart3 { 394&uart3 {
383 pinctrl-names = "default"; 395 pinctrl-names = "default";
384 pinctrl-0 = <&pinctrl_uart3>; 396 pinctrl-0 = <&pinctrl_uart3>;