diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-10-02 00:19:58 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-10-02 00:22:57 +0200 |
commit | ba1024b9c921db36df2eae0ebb8adf5b648d4882 (patch) | |
tree | 767e575103a46ce188173c2656522db26169497c /target/linux/bcm53xx/patches-4.4/302-ARM-BCM5301X-Specify-USB-controllers-in-DT.patch | |
parent | 28974de663da517787045acd999be88714429261 (diff) | |
download | upstream-ba1024b9c921db36df2eae0ebb8adf5b648d4882.tar.gz upstream-ba1024b9c921db36df2eae0ebb8adf5b648d4882.tar.bz2 upstream-ba1024b9c921db36df2eae0ebb8adf5b648d4882.zip |
bcm53xx: use the latest XHCI doorbell patch sent for upstream
The main difference is it supports DT binding. This allows us to use DT
for specifying controller and the new standalone USB 3.0 PHY driver.
Thanks to that we don't need out of tree patch adding PHY initialization
to the controller driver anymore.
Diffstat (limited to 'target/linux/bcm53xx/patches-4.4/302-ARM-BCM5301X-Specify-USB-controllers-in-DT.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.4/302-ARM-BCM5301X-Specify-USB-controllers-in-DT.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-4.4/302-ARM-BCM5301X-Specify-USB-controllers-in-DT.patch b/target/linux/bcm53xx/patches-4.4/302-ARM-BCM5301X-Specify-USB-controllers-in-DT.patch index 49fd6c2f28..444bee1dff 100644 --- a/target/linux/bcm53xx/patches-4.4/302-ARM-BCM5301X-Specify-USB-controllers-in-DT.patch +++ b/target/linux/bcm53xx/patches-4.4/302-ARM-BCM5301X-Specify-USB-controllers-in-DT.patch @@ -38,7 +38,7 @@ Subject: [PATCH] ARM: BCM5301X: Specify USB controllers in DT }; usb3: usb3@23000 { -@@ -257,6 +278,19 @@ +@@ -257,6 +278,20 @@ #address-cells = <1>; #size-cells = <1>; @@ -52,6 +52,7 @@ Subject: [PATCH] ARM: BCM5301X: Specify USB controllers in DT + compatible = "generic-xhci"; + reg = <0x00023000 0x1000>; + interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; ++ usb3-fake-doorbell; + phys = <&usb3_phy>; + phy-names = "usb"; + }; |