Skip to content

Commit 34d4b67

Browse files
pcercueitsbogend
authored andcommitted
MIPS: DTS: CI20: Do not force-enable CIM and WiFi regulators
These regulators should be enabled by their respective drivers. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent fbf1e42 commit 34d4b67

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/mips/boot/dts/ingenic/ci20.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,19 +272,16 @@
272272
regulator-min-microvolt = <2500000>;
273273
regulator-max-microvolt = <2500000>;
274274
inl-supply = <&vcc_33v>;
275-
regulator-always-on;
276275
};
277276
cim_io_28: LDO7 {
278277
regulator-min-microvolt = <2800000>;
279278
regulator-max-microvolt = <2800000>;
280279
inl-supply = <&vcc_33v>;
281-
regulator-always-on;
282280
};
283281
cim_io_15: LDO8 {
284282
regulator-min-microvolt = <1500000>;
285283
regulator-max-microvolt = <1500000>;
286284
inl-supply = <&vcc_33v>;
287-
regulator-always-on;
288285
};
289286
vrtc_18: LDO_REG9 {
290287
/* Despite the datasheet stating 3.3V

0 commit comments

Comments
 (0)