mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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>
This commit is contained in:
committed by
Tony Lindgren
parent
685a780742
commit
4d4ce69f19
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user