提交 942526c3 编写于 作者: S Sascha Hauer 提交者: Shawn Guo

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: NSascha Hauer <s.hauer@pengutronix.de>
Acked-by: NMark Brown <broonie@kernel.org>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 ffebc8c0
...@@ -379,6 +379,18 @@ ...@@ -379,6 +379,18 @@
status = "disabled"; status = "disabled";
}; };
&reg_arm {
vin-supply = <&vddcore_reg>;
};
&reg_pu {
vin-supply = <&vddsoc_reg>;
};
&reg_soc {
vin-supply = <&vddsoc_reg>;
};
&uart3 { &uart3 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart3>; pinctrl-0 = <&pinctrl_uart3>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册