projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6764f64
)
ARM: dts: omap3-gta04: Enable mmc2 for wifi
author
NeilBrown
<
[email protected]
>
Sat, 1 Mar 2014 13:58:53 +0000
(14:58 +0100)
committer
Tony Lindgren
<
[email protected]
>
Sun, 2 Mar 2014 17:51:50 +0000
(09:51 -0800)
This requires vaux4.
Reset line isn't used yet, so wifi isn't reliable.
But it does work once per boot.
Signed-off-by: NeilBrown <
[email protected]
>
Signed-off-by: Marek Belisko <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/boot/dts/omap3-gta04.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-gta04.dts
b/arch/arm/boot/dts/omap3-gta04.dts
index 7291f6bf51911cf421c697d5e133c1e6ddde1fe3..6f31462fa8666caf1660c859a7e2e7a40526c12d 100644
(file)
--- a/
arch/arm/boot/dts/omap3-gta04.dts
+++ b/
arch/arm/boot/dts/omap3-gta04.dts
@@
-176,7
+176,9
@@
};
&mmc2 {
- status = "disabled";
+ vmmc-supply = <&vaux4>;
+ bus-width = <4>;
+ ti,non-removable;
};
&mmc3 {
@@
-202,3
+204,8
@@
bb_uvolt = <3200000>;
bb_uamp = <150>;
};
+
+&vaux4 {
+ regulator-min-microvolt = <2800000>;
+ regulator-max-microvolt = <3150000>;
+};