diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-05-21 19:53:09 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-21 22:29:37 +0000 |
commit | 0e99b153bef856e289655277377ed0515a30b8cc (patch) | |
tree | 7a5e938ad416b0fa8ff993d07b9fb44d05da17a9 /arch/arm/boot/dts | |
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>
Diffstat (limited to 'arch/arm/boot/dts')
-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 26ad06fc147..f63426eed59 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@50000 { + status = "okay"; + }; + + /* Back-side USB slot */ + usb@51000 { + status = "okay"; + }; + spi0: spi@10600 { status = "okay"; |