diff options
author | Jon Mason <jon.mason@broadcom.com> | 2017-03-08 02:34:04 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-03-18 19:40:01 +0300 |
commit | 1d8ece6639e1ebe008a8b53dcc04366cae7ac2d2 (patch) | |
tree | ae4ed78234604aba18dde1a06cc11152501a3477 /arch/arm/boot/dts/bcm958525er.dts | |
parent | bb097e3e00457bd69ad3a767f6b99424e2e06411 (diff) | |
download | linux-1d8ece6639e1ebe008a8b53dcc04366cae7ac2d2.tar.xz |
ARM: dts: NSP: Add EHCI/OHCI USB nodes to device tree
Add the EHCI and OHCI entries to the Northstar Plus device tree files.
Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm958525er.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958525er.dts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm958525er.dts b/arch/arm/boot/dts/bcm958525er.dts index 9fd542200d3d..9030771a1347 100644 --- a/arch/arm/boot/dts/bcm958525er.dts +++ b/arch/arm/boot/dts/bcm958525er.dts @@ -59,7 +59,7 @@ }; }; -/* USB 2/3 support needed to be complete */ +/* USB 3 support needed to be complete */ &amac0 { status = "okay"; @@ -69,6 +69,10 @@ status = "okay"; }; +&ehci0 { + status = "okay"; +}; + &nand { nandcs@0 { compatible = "brcm,nandcs"; @@ -107,6 +111,10 @@ }; }; +&ohci0 { + status = "okay"; +}; + &pcie0 { status = "okay"; }; |