diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2014-05-15 12:17:42 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-05-16 07:53:20 +0200 |
commit | 57dc7971d3bdd503925c464a67c5611c40405576 (patch) | |
tree | 8cb4daeddd636519e8dbf202590adfb5bc014ab0 /arch/arm/boot/dts/armada-375-db.dts | |
parent | ARM: mvebu: add Device Tree description of the xHCI controller on Armada 375 (diff) | |
download | linux-57dc7971d3bdd503925c464a67c5611c40405576.tar.xz linux-57dc7971d3bdd503925c464a67c5611c40405576.zip |
ARM: mvebu: add Device Tree description for the EHCI controllers on Armada 375
The Marvell Armada 375 SoCs contains two EHCI controllers. This commit
adds the Device Tree description of these interfaces at the SoC level,
and also enables the USB2 port on the Armada 375 DB platform.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/1400149062-32661-18-git-send-email-gregory.clement@free-electrons.com
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/armada-375-db.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-375-db.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-375-db.dts b/arch/arm/boot/dts/armada-375-db.dts index 796becfc4687..eb90b83d7d38 100644 --- a/arch/arm/boot/dts/armada-375-db.dts +++ b/arch/arm/boot/dts/armada-375-db.dts @@ -101,6 +101,10 @@ }; }; + usb@54000 { + status = "okay"; + }; + usb3@58000 { status = "okay"; }; |