projects
/
GitHub
/
LineageOS
/
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:
ad81f05
)
ARM: dts: Add missing vmmc2 regulator for twl
author
Tony Lindgren
<tony@atomide.com>
Fri, 7 Jun 2013 22:01:58 +0000
(15:01 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 15 Jul 2013 08:04:05 +0000
(
01:04
-0700)
For some reason vmmc2 regulator is missing for twl.
Let's add it.
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/twl4030.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/twl4030.dtsi
b/arch/arm/boot/dts/twl4030.dtsi
index b3034da00a37bfe6a5361420bc2fb8d99101fb5a..ae6a17aed9ee224c85498b2bc6b1e0fa43e75e56 100644
(file)
--- a/
arch/arm/boot/dts/twl4030.dtsi
+++ b/
arch/arm/boot/dts/twl4030.dtsi
@@
-47,6
+47,12
@@
regulator-max-microvolt = <3150000>;
};
+ vmmc2: regulator-vmmc2 {
+ compatible = "ti,twl4030-vmmc2";
+ regulator-min-microvolt = <1850000>;
+ regulator-max-microvolt = <3150000>;
+ };
+
vusb1v5: regulator-vusb1v5 {
compatible = "ti,twl4030-vusb1v5";
};