mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02: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:
parent
685a780742
commit
4d4ce69f19
|
|
@ -112,6 +112,8 @@ lp8733_ldo0_reg: ldo0 {
|
|||
regulator-name = "lp8733-ldo0";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-boot-on;
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
lp8733_ldo1_reg: ldo1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user