Commit 6686f744 authored by Keerthy's avatar Keerthy Committed by Tony Lindgren

ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2

Add regulator-allow-bypass property for ldo1 and ldo2.
Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2acb6c3e
......@@ -373,6 +373,7 @@ ldo1_reg: ldo1 {
regulator-max-microvolt = <3300000>;
regulator-always-on;
regulator-boot-on;
regulator-allow-bypass;
};
ldo2_reg: ldo2 {
......@@ -380,6 +381,7 @@ ldo2_reg: ldo2 {
regulator-name = "ldo2";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
regulator-allow-bypass;
};
ldo3_reg: ldo3 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment