Message ID | 1468492234-4579-1-git-send-email-p.zabel@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Jul 14, 2016 at 12:30:34PM +0200, Philipp Zabel wrote: > From: Sascha Hauer <s.hauer@pengutronix.de> > > 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> Applied, thanks.
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi index d6d98d4..b879383 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi @@ -379,6 +379,18 @@ status = "disabled"; }; +®_arm { + vin-supply = <&vddcore_reg>; +}; + +®_pu { + vin-supply = <&vddsoc_reg>; +}; + +®_soc { + vin-supply = <&vddsoc_reg>; +}; + &uart3 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart3>;