Commit d921e53a authored by Kabir Sahane's avatar Kabir Sahane Committed by Tony Lindgren
Browse files

ARM: dts: am43xx-epos-evm: Keep DCDC5 and DCDC6 always on



These regulator outputs are needed even in deep sleep modes to prevent
low-voltage detection events. Make these always ON to avoid this.

Signed-off-by: default avatarKabir Sahane <x0153567@ti.com>
Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent b5acec09
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -634,12 +634,16 @@
			regulator-name = "v1_0bat";
			regulator-min-microvolt = <1000000>;
			regulator-max-microvolt = <1000000>;
			regulator-boot-on;
			regulator-always-on;
		};

		dcdc6: regulator-dcdc6 {
			regulator-name = "v1_8bat";
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1800000>;
			regulator-boot-on;
			regulator-always-on;
		};

		ldo1: regulator-ldo1 {