diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-05-21 13:53:09 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-21 18:29:37 -0400 |
commit | 0e99b153bef856e289655277377ed0515a30b8cc (patch) | |
tree | 7a5e938ad416b0fa8ff993d07b9fb44d05da17a9 | |
parent | 8034891b81f0f7285c1efa3ae29e46b3f177536e (diff) |
arm: mvebu: enable two USB interfaces on the Armada XP GP board
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>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/boot/dts/armada-xp-gp.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-xp-gp.dts b/arch/arm/boot/dts/armada-xp-gp.dts index 26ad06fc147e..f63426eed591 100644 --- a/arch/arm/boot/dts/armada-xp-gp.dts +++ b/arch/arm/boot/dts/armada-xp-gp.dts | |||
@@ -101,6 +101,16 @@ | |||
101 | phy-mode = "rgmii-id"; | 101 | phy-mode = "rgmii-id"; |
102 | }; | 102 | }; |
103 | 103 | ||
104 | /* Front-side USB slot */ | ||
105 | usb@50000 { | ||
106 | status = "okay"; | ||
107 | }; | ||
108 | |||
109 | /* Back-side USB slot */ | ||
110 | usb@51000 { | ||
111 | status = "okay"; | ||
112 | }; | ||
113 | |||
104 | spi0: spi@10600 { | 114 | spi0: spi@10600 { |
105 | status = "okay"; | 115 | status = "okay"; |
106 | 116 | ||