From: Tero Kristo Date: Mon, 7 Dec 2020 14:33:39 +0000 (+0200) Subject: ARM: dts: dra71-evm: mark ldo0 regulator as always on X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4d4ce69f19d4991701e84d5eaa0fc0e506210042;p=linux.git 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 Signed-off-by: Tero Kristo Reviewed-by: Keerthy Signed-off-by: Tony Lindgren --- 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 {