]> Git Repo - linux.git/commitdiff
ARM: dts: sun7i: cubietruck: set mmc3 bus-width property
authorHans de Goede <[email protected]>
Wed, 21 May 2014 17:43:30 +0000 (19:43 +0200)
committerMaxime 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

index b7e79d0bf4a7e89dd13e25982e57bf8d22b65577..b87fea90148918f308565daf9a2b988c88267bfc 100644 (file)
@@ -34,6 +34,7 @@
                        pinctrl-names = "default";
                        pinctrl-0 = <&mmc3_pins_a>;
                        vmmc-supply = <&reg_vmmc3>;
+                       bus-width = <4>;
                        non-removable;
                        status = "okay";
                };
This page took 0.056796 seconds and 4 git commands to generate.