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