Commit fbf1e420 authored by Paul Cercueil's avatar Paul Cercueil Committed by Thomas Bogendoerfer

MIPS: DTS: CI20: Add parent supplies to ACT8600 regulators

Provide parent regulators to the ACT8600 regulators that need one.
Signed-off-by: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 08384e80
...@@ -242,16 +242,19 @@ regulators { ...@@ -242,16 +242,19 @@ regulators {
vddcore: DCDC1 { vddcore: DCDC1 {
regulator-min-microvolt = <1100000>; regulator-min-microvolt = <1100000>;
regulator-max-microvolt = <1100000>; regulator-max-microvolt = <1100000>;
vp1-supply = <&vcc_33v>;
regulator-always-on; regulator-always-on;
}; };
vddmem: DCDC2 { vddmem: DCDC2 {
regulator-min-microvolt = <1500000>; regulator-min-microvolt = <1500000>;
regulator-max-microvolt = <1500000>; regulator-max-microvolt = <1500000>;
vp2-supply = <&vcc_33v>;
regulator-always-on; regulator-always-on;
}; };
vcc_33: DCDC3 { vcc_33: DCDC3 {
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
vp3-supply = <&vcc_33v>;
regulator-always-on; regulator-always-on;
}; };
vcc_50: SUDCDC_REG4 { vcc_50: SUDCDC_REG4 {
...@@ -262,21 +265,25 @@ vcc_50: SUDCDC_REG4 { ...@@ -262,21 +265,25 @@ vcc_50: SUDCDC_REG4 {
vcc_25: LDO5 { vcc_25: LDO5 {
regulator-min-microvolt = <2500000>; regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>; regulator-max-microvolt = <2500000>;
inl-supply = <&vcc_33v>;
regulator-always-on; regulator-always-on;
}; };
wifi_io: LDO6 { wifi_io: LDO6 {
regulator-min-microvolt = <2500000>; regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>; regulator-max-microvolt = <2500000>;
inl-supply = <&vcc_33v>;
regulator-always-on; regulator-always-on;
}; };
cim_io_28: LDO7 { cim_io_28: LDO7 {
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
inl-supply = <&vcc_33v>;
regulator-always-on; regulator-always-on;
}; };
cim_io_15: LDO8 { cim_io_15: LDO8 {
regulator-min-microvolt = <1500000>; regulator-min-microvolt = <1500000>;
regulator-max-microvolt = <1500000>; regulator-max-microvolt = <1500000>;
inl-supply = <&vcc_33v>;
regulator-always-on; regulator-always-on;
}; };
vrtc_18: LDO_REG9 { vrtc_18: LDO_REG9 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment