ARM: i.MX6 Phytec PFLA02: Add supplies for the SoC internal regulators
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 14 Jul 2016 10:30:34 +0000 (12:30 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 9 Aug 2016 06:20:02 +0000 (14:20 +0800)
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>
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi

index e4b894c..e0280ca 100644 (file)
        status = "disabled";
 };
 
+&reg_arm {
+       vin-supply = <&vddcore_reg>;
+};
+
+&reg_pu {
+       vin-supply = <&vddsoc_reg>;
+};
+
+&reg_soc {
+       vin-supply = <&vddsoc_reg>;
+};
+
 &uart3 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart3>;