linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: mvebu: enable the third USB interface on OpenBlocks AX3
@ 2013-05-16 16:07 Thomas Petazzoni
  2013-05-17  2:18 ` yamagata at plathome.co.jp
  2013-05-20 17:51 ` Jason Cooper
  0 siblings, 2 replies; 10+ messages in thread
From: Thomas Petazzoni @ 2013-05-16 16:07 UTC (permalink / raw)
  To: linux-arm-kernel

Besides the two "classic" USB interfaces with normal USB ports on the
front side, the PlatHome OpenBlocks AX3 uses the third USB interface
of the Marvell SoC in the mini-PCIe connector. This allows certain
mini-PCIe cards to expose parts of their functionality as a USB
peripheral.

This commit enables this third USB interface in the OpenBlocks AX3
Device Tree, and also adds comments on top of the two other USB
interfaces so that the Device Tree makes it clear which USB interface
at the SoC level matches which USB interface visible on the board.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
index f14d36c..60a79e7 100644
--- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
+++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
@@ -134,13 +134,22 @@
 				nr-ports = <2>;
 				status = "okay";
 			};
+
+			/* Front side USB 0 */
 			usb at 50000 {
 				status = "okay";
 			};
+
+			/* Front side USB 1 */
 			usb at 51000 {
 				status = "okay";
 			};
 
+			/* USB interface in the mini-PCIe connector */
+			usb at 52000 {
+				status = "okay";
+			};
+
 			devbus-bootcs at 10400 {
 				status = "okay";
 				ranges = <0 0xf0000000 0x8000000>; /* @addr 0xf000000, size 0x8000000 */
-- 
1.7.9.5

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

end of thread, other threads:[~2013-05-20 17:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 16:07 [PATCH] arm: mvebu: enable the third USB interface on OpenBlocks AX3 Thomas Petazzoni
2013-05-17  2:18 ` yamagata at plathome.co.jp
2013-05-17 13:47   ` Gregory CLEMENT
2013-05-18 19:52     ` Willy Tarreau
2013-05-19 20:19   ` Jason Cooper
2013-05-19 21:30     ` Willy Tarreau
2013-05-20 15:10       ` Jason Cooper
2013-05-20  5:50     ` yamagata at plathome.co.jp
2013-05-20 15:10       ` Jason Cooper
2013-05-20 17:51 ` Jason Cooper

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).