diff options
author | Jon Mason <jon.mason@broadcom.com> | 2017-07-31 23:54:23 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-08-07 19:32:20 +0200 |
commit | bbe526f55b60b76a22dfe43e7c8ffe18f5eb30a3 (patch) | |
tree | 31d4c51c3dacaa5761f2139ca353dee0b53fa032 /arch/arm/boot/dts/bcm958525xmc.dts | |
parent | ARM: dts: NSP: Rearrage USB entries (diff) | |
download | linux-bbe526f55b60b76a22dfe43e7c8ffe18f5eb30a3.tar.xz linux-bbe526f55b60b76a22dfe43e7c8ffe18f5eb30a3.zip |
ARM: dts: NSP: Add USB3 and USB3 PHY to NSP
This uses the existing Northstar USB3 PHY driver to enable the USB3
ports on NSP.
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/bcm958525xmc.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958525xmc.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm958525xmc.dts b/arch/arm/boot/dts/bcm958525xmc.dts index b335ce02e32f..403250c5ad8e 100644 --- a/arch/arm/boot/dts/bcm958525xmc.dts +++ b/arch/arm/boot/dts/bcm958525xmc.dts @@ -202,3 +202,11 @@ &uart0 { status = "okay"; }; + +&usb3_phy { + status = "okay"; +}; + +&xhci { + status = "okay"; +}; |