diff options
author | Jon Mason <jon.mason@broadcom.com> | 2017-07-31 17:54:23 -0400 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-08-07 10:32:20 -0700 |
commit | bbe526f55b60b76a22dfe43e7c8ffe18f5eb30a3 (patch) | |
tree | 31d4c51c3dacaa5761f2139ca353dee0b53fa032 /arch/arm/boot/dts/bcm958522er.dts | |
parent | 2c5b8512c5b6812c7b4547f93028f938c3b033be (diff) | |
download | blackbird-obmc-linux-bbe526f55b60b76a22dfe43e7c8ffe18f5eb30a3.tar.gz blackbird-obmc-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/bcm958522er.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958522er.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm958522er.dts b/arch/arm/boot/dts/bcm958522er.dts index f5c42962c201..f9dd342cc2ae 100644 --- a/arch/arm/boot/dts/bcm958522er.dts +++ b/arch/arm/boot/dts/bcm958522er.dts @@ -170,3 +170,11 @@ &uart0 { status = "okay"; }; + +&usb3_phy { + status = "okay"; +}; + +&xhci { + status = "okay"; +}; |