120e14d8ed955935cb996386766a28a124858aad
[openwrt.git] / target / linux / mvebu / patches-3.10 / 0014-arm-mvebu-enable-two-USB-interfaces-on-the-Armada-XP.patch
1 From 348fc73a301b88ec3f2da8c1f02858c75e79455e Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Tue, 21 May 2013 19:53:09 +0200
4 Subject: [PATCH 014/203] arm: mvebu: enable two USB interfaces on the Armada
5  XP GP board
6
7 The Armada XP GP board has two USB slots: one on the front side and
8 one on the back side. This commit enables the two USB host controllers
9 that correspond to those wo USB slots.
10
11 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 Signed-off-by: Jason Cooper <jason@lakedaemon.net>
13 ---
14  arch/arm/boot/dts/armada-xp-gp.dts | 10 ++++++++++
15  1 file changed, 10 insertions(+)
16
17 --- a/arch/arm/boot/dts/armada-xp-gp.dts
18 +++ b/arch/arm/boot/dts/armada-xp-gp.dts
19 @@ -105,6 +105,16 @@
20                                 phy-mode = "rgmii-id";
21                         };
22  
23 +                       /* Front-side USB slot */
24 +                       usb@50000 {
25 +                               status = "okay";
26 +                       };
27 +
28 +                       /* Back-side USB slot */
29 +                       usb@51000 {
30 +                               status = "okay";
31 +                       };
32 +
33                         spi0: spi@10600 {
34                                 status = "okay";
35