linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: sun7i: cubietruck: set mmc3 bus-width property
@ 2014-05-21 17:43 Hans de Goede
  2014-05-21 17:43 ` [PATCH 2/2] ARM: dts: sun7i: Add new i12-tvbox board Hans de Goede
  2014-05-22  9:40 ` [PATCH 1/2] ARM: dts: sun7i: cubietruck: set mmc3 bus-width property Maxime Ripard
  0 siblings, 2 replies; 3+ messages in thread
From: Hans de Goede @ 2014-05-21 17:43 UTC (permalink / raw)
  To: linux-arm-kernel

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 <hdegoede@redhat.com>
---
 arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
index 765191d..70271f6 100644
--- 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 = <&reg_vmmc3>;
+			bus-width = <4>;
 			non-removable;
 			status = "okay";
 		};
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-22  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 17:43 [PATCH 1/2] ARM: dts: sun7i: cubietruck: set mmc3 bus-width property Hans de Goede
2014-05-21 17:43 ` [PATCH 2/2] ARM: dts: sun7i: Add new i12-tvbox board Hans de Goede
2014-05-22  9:40 ` [PATCH 1/2] ARM: dts: sun7i: cubietruck: set mmc3 bus-width property Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).