diff options
author | Kabir Sahane <x0153567@ti.com> | 2019-03-29 18:53:32 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-04-09 17:01:34 +0200 |
commit | d921e53a51076c4494c6435ab142d36b21687755 (patch) | |
tree | bbeca046caf4e01117cdadf4865275c4977cc6fc | |
parent | ARM: dts: dra7: Add properties to enable PCIe x2 lane mode (diff) | |
download | linux-d921e53a51076c4494c6435ab142d36b21687755.tar.xz linux-d921e53a51076c4494c6435ab142d36b21687755.zip |
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 <x0153567@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 9dfd80e3b76e..7db5cf3facde 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 { |