From: Kabir Sahane Date: Fri, 29 Mar 2019 17:53:32 +0000 (-0500) Subject: ARM: dts: am43xx-epos-evm: Keep DCDC5 and DCDC6 always on X-Git-Tag: v5.2-rc1~45^2~33^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d921e53a51076c4494c6435ab142d36b21687755;p=thirdparty%2Fkernel%2Flinux.git 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: Kabir Sahane Signed-off-by: Andrew F. Davis Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 9dfd80e3b76ec..7db5cf3facdec 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -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 {