ARM: dts: am43xx-epos-evm: Keep DCDC5 and DCDC6 always on
authorKabir Sahane <x0153567@ti.com>
Fri, 29 Mar 2019 17:53:32 +0000 (12:53 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Apr 2019 15:01:34 +0000 (08:01 -0700)
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: Kabir Sahane <x0153567@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am43x-epos-evm.dts

index 9dfd80e3b76ecb8ac73ef18e7a164f4881ab1e82..7db5cf3facdec23d1def003a8b68ed75ab17914f 100644 (file)
                        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 {