aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2020-12-07 16:33:39 +0200
committerTony Lindgren <tony@atomide.com>2020-12-08 15:57:43 +0200
commit4d4ce69f19d4991701e84d5eaa0fc0e506210042 (patch)
tree7809841165bf516e036d7eae0963d8eb748fc235
parent685a7807421864f1b0a328bbe84c994de1139605 (diff)
downloadlinux-omap-omap-for-v5.11/dt.tar.gz
ARM: dts: dra71-evm: mark ldo0 regulator as always onomap-for-v5.11/dt-late-signedomap-for-v5.11/dt
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.dts2
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 cad58f733bd6f..6d2cca6b44883 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 {