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:
ece99c4
)
ARM: dts: sun7i: cubietruck: set mmc3 bus-width property
author
Hans de Goede
<
[email protected]
>
Wed, 21 May 2014 17:43:30 +0000
(19:43 +0200)
committer
Maxime Ripard
<
[email protected]
>
Thu, 22 May 2014 09:34:03 +0000
(11:34 +0200)
bus-width defaults to 1, and all 4 lines are hooked up at the cubietruck,
properly set bus-width to 4.
Signed-off-by: Hans de Goede <
[email protected]
>
Signed-off-by: Maxime Ripard <
[email protected]
>
arch/arm/boot/dts/sun7i-a20-cubietruck.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
index b7e79d0bf4a7e89dd13e25982e57bf8d22b65577..b87fea90148918f308565daf9a2b988c88267bfc 100644
(file)
--- a/
arch/arm/boot/dts/sun7i-a20-cubietruck.dts
+++ b/
arch/arm/boot/dts/sun7i-a20-cubietruck.dts
@@
-34,6
+34,7
@@
pinctrl-names = "default";
pinctrl-0 = <&mmc3_pins_a>;
vmmc-supply = <®_vmmc3>;
+ bus-width = <4>;
non-removable;
status = "okay";
};