projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2acb6c3
)
ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2
author
Keerthy
<j-keerthy@ti.com>
Mon, 14 Dec 2015 06:36:56 +0000
(12:06 +0530)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 18 Dec 2015 16:43:04 +0000
(08:43 -0800)
Add regulator-allow-bypass property for ldo1 and ldo2.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra72-evm.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/dra72-evm.dts
b/arch/arm/boot/dts/dra72-evm.dts
index ae3502a0267d4e291af74b049c68d6ffca2bff66..00b12002c07c064df61c029cfa1ab9f97ba25323 100644
(file)
--- a/
arch/arm/boot/dts/dra72-evm.dts
+++ b/
arch/arm/boot/dts/dra72-evm.dts
@@
-373,6
+373,7
@@
regulator-max-microvolt = <3300000>;
regulator-always-on;
regulator-boot-on;
+ regulator-allow-bypass;
};
ldo2_reg: ldo2 {
@@
-380,6
+381,7
@@
regulator-name = "ldo2";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
+ regulator-allow-bypass;
};
ldo3_reg: ldo3 {