ARM: dts: dra71-evm: mark ldo0 regulator as always on
authorTero Kristo <t-kristo@ti.com>
Mon, 7 Dec 2020 14:33:39 +0000 (16:33 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 8 Dec 2020 13:57:43 +0000 (15:57 +0200)
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>
arch/arm/boot/dts/dra71-evm.dts

index cad58f733bd6f7bd344c6f0340b8ebb6178e6fdb..6d2cca6b44883e59ad312a8ea3d40879cdcdbcc9 100644 (file)
                                regulator-name = "lp8733-ldo0";
                                regulator-min-microvolt = <3300000>;
                                regulator-max-microvolt = <3300000>;
+                               regulator-boot-on;
+                               regulator-always-on;
                        };
 
                        lp8733_ldo1_reg: ldo1 {