diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2014-05-15 14:17:40 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-05-16 09:49:38 +0400 |
commit | 9e81775af4fcd2a02f89561563314eb3d80bce0b (patch) | |
tree | e77eb10a76e496e6a825b7a59aec6e9b539b5c3c /arch/arm/boot/dts/armada-385-db.dts | |
parent | 87e2fc3750dca8a1d16fa83877938436fb041339 (diff) | |
download | linux-9e81775af4fcd2a02f89561563314eb3d80bce0b.tar.xz |
ARM: mvebu: add Device Tree description of the EHCI controller on Armada 38x
The Marvell Armada 38x SoCs contains one EHCI controller. This commit
adds the Device Tree description of this interface at the SoC level,
and also enables the USB2 port on the Armada 385 DB platform.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/1400149062-32661-16-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-385-db.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-385-db.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-385-db.dts b/arch/arm/boot/dts/armada-385-db.dts index 451600c58551..ff9637dd8d0f 100644 --- a/arch/arm/boot/dts/armada-385-db.dts +++ b/arch/arm/boot/dts/armada-385-db.dts @@ -64,6 +64,10 @@ phy-mode = "rgmii-id"; }; + usb@50000 { + status = "ok"; + }; + ethernet@70000 { status = "okay"; phy = <&phy0>; |