]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm: mvebu: enable two USB interfaces on the Armada XP GP board
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 21 May 2013 17:53:09 +0000 (19:53 +0200)
committerJason Cooper <jason@lakedaemon.net>
Tue, 21 May 2013 22:29:37 +0000 (22:29 +0000)
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>
arch/arm/boot/dts/armada-xp-gp.dts

index 26ad06fc147ed78f9446bb5119a1e6e001867dba..f63426eed59147549fadb8d5422ca5637706b0b7 100644 (file)
                                phy-mode = "rgmii-id";
                        };
 
+                       /* Front-side USB slot */
+                       usb@50000 {
+                               status = "okay";
+                       };
+
+                       /* Back-side USB slot */
+                       usb@51000 {
+                               status = "okay";
+                       };
+
                        spi0: spi@10600 {
                                status = "okay";