diff options
author | Tero Kristo <t-kristo@ti.com> | 2020-12-07 16:33:39 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-12-08 15:57:43 +0200 |
commit | 4d4ce69f19d4991701e84d5eaa0fc0e506210042 (patch) | |
tree | 7809841165bf516e036d7eae0963d8eb748fc235 | |
parent | 685a7807421864f1b0a328bbe84c994de1139605 (diff) | |
download | lwn-4d4ce69f19d4991701e84d5eaa0fc0e506210042.tar.gz lwn-4d4ce69f19d4991701e84d5eaa0fc0e506210042.zip |
ARM: dts: dra71-evm: mark ldo0 regulator as always on
LDO0 regulator must remain enabled always on dra71-evm boards. Disabling
this violates the data manual and will damage the device over time.
Reported-by: Brad Griffis <bgriffis@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/dra71-evm.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra71-evm.dts b/arch/arm/boot/dts/dra71-evm.dts index cad58f733bd6..6d2cca6b4488 100644 --- a/arch/arm/boot/dts/dra71-evm.dts +++ b/arch/arm/boot/dts/dra71-evm.dts @@ -112,6 +112,8 @@ regulator-name = "lp8733-ldo0"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; + regulator-boot-on; + regulator-always-on; }; lp8733_ldo1_reg: ldo1 { |