All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: mvebu: enable two USB interfaces on the Armada XP GP board
@ 2013-05-21 17:53 Thomas Petazzoni
  2013-05-21 22:32 ` Jason Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2013-05-21 17:53 UTC (permalink / raw)
  To: linux-arm-kernel

The Armada XP GP board has two USB slots: one on the front side and
one on the back side. This commit enables the two USB host controllers
that correspond to those wo USB slots.

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

diff --git a/arch/arm/boot/dts/armada-xp-gp.dts b/arch/arm/boot/dts/armada-xp-gp.dts
index 26ad06f..f63426e 100644
--- a/arch/arm/boot/dts/armada-xp-gp.dts
+++ b/arch/arm/boot/dts/armada-xp-gp.dts
@@ -101,6 +101,16 @@
 				phy-mode = "rgmii-id";
 			};
 
+			/* Front-side USB slot */
+			usb at 50000 {
+				status = "okay";
+			};
+
+			/* Back-side USB slot */
+			usb at 51000 {
+				status = "okay";
+			};
+
 			spi0: spi at 10600 {
 				status = "okay";
 
-- 
1.7.9.5

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

* [PATCH] arm: mvebu: enable two USB interfaces on the Armada XP GP board
  2013-05-21 17:53 [PATCH] arm: mvebu: enable two USB interfaces on the Armada XP GP board Thomas Petazzoni
@ 2013-05-21 22:32 ` Jason Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Cooper @ 2013-05-21 22:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 21, 2013 at 07:53:09PM +0200, Thomas Petazzoni wrote:
> The Armada XP GP board has two USB slots: one on the front side and
> one on the back side. This commit enables the two USB host controllers
> that correspond to those wo USB slots.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  arch/arm/boot/dts/armada-xp-gp.dts |   10 ++++++++++
>  1 file changed, 10 insertions(+)

Applied to mvebu/dt

thx,

Jason.

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

end of thread, other threads:[~2013-05-21 22:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21 17:53 [PATCH] arm: mvebu: enable two USB interfaces on the Armada XP GP board Thomas Petazzoni
2013-05-21 22:32 ` Jason Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.