summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-9x9-evk.dts
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2017-03-03 18:50:41 +0200
committerAnson Huang <Anson.Huang@nxp.com>2017-06-08 21:00:28 +0800
commitfb5ba22022693c2a40c14571584d5602ea44eab5 (patch)
tree5f554cebfe0854af80a04fd41292b5bdade3aaa0 /arch/arm/boot/dts/imx6ul-9x9-evk.dts
parent81006e4ddc9b91cc235000d0a318336d2e2c2463 (diff)
MLK-14301: imx dts: Fix cpu regulator references
On imx_4.9.y we no longer override the cpu arm/soc/pu-supply properties to link to pmic directly but rather rely on the regulator core propagating a set_voltage on a bypassed regulator upwards. This change was already performance for imx6qdl, now do it for all the boards using ldo-bypass. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-9x9-evk.dts')
-rw-r--r--arch/arm/boot/dts/imx6ul-9x9-evk.dts12
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6ul-9x9-evk.dts b/arch/arm/boot/dts/imx6ul-9x9-evk.dts
index 71b7979d9b08..f9acf11f7be9 100644
--- a/arch/arm/boot/dts/imx6ul-9x9-evk.dts
+++ b/arch/arm/boot/dts/imx6ul-9x9-evk.dts
@@ -172,11 +172,19 @@
396000 1175000
198000 1175000
>;
- arm-supply = <&sw1c_reg>;
- soc-supply = <&sw1c_reg>;
fsl,arm-soc-shared = <1>;
};
+&reg_arm {
+ vin-supply = <&sw1c_reg>;
+ regulator-allow-bypass;
+};
+
+&reg_soc {
+ vin-supply = <&sw1c_reg>;
+ regulator-allow-bypass;
+};
+
&csi {
status = "disabled";