diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-12-13 07:37:40 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-12-13 07:52:57 +0100 |
commit | 1feb166ee7e851435c174fa2c823f97f8cba8c35 (patch) | |
tree | 8d5d0cf709d61dc933b420168a4a2e84aaee9e36 /target/linux/bcm53xx/patches-4.4/302-ARM-BCM5301X-Specify-USB-controllers-in-DT.patch | |
parent | 88f8c8d7eb0fa4a45126f8a5631979cd91453c41 (diff) | |
download | upstream-1feb166ee7e851435c174fa2c823f97f8cba8c35.tar.gz upstream-1feb166ee7e851435c174fa2c823f97f8cba8c35.tar.bz2 upstream-1feb166ee7e851435c174fa2c823f97f8cba8c35.zip |
bcm53xx: backport DTS patches accepted for 4.11
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
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 | 61 |
1 files changed, 0 insertions, 61 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 deleted file mode 100644 index 444bee1dff..0000000000 --- a/target/linux/bcm53xx/patches-4.4/302-ARM-BCM5301X-Specify-USB-controllers-in-DT.patch +++ /dev/null @@ -1,61 +0,0 @@ -From 0ec09deb054c9cb37c444f2d40eccdba0ab0372f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> -Date: Sat, 1 Oct 2016 13:57:59 +0200 -Subject: [PATCH] ARM: BCM5301X: Specify USB controllers in DT - ---- - ---- a/arch/arm/boot/dts/bcm5301x.dtsi -+++ b/arch/arm/boot/dts/bcm5301x.dtsi -@@ -248,8 +248,29 @@ - - #address-cells = <1>; - #size-cells = <1>; -+ ranges; - -- phys = <&usb2_phy>; -+ interrupt-parent = <&gic>; -+ -+ ohci: ohci@21000 { -+ #usb-cells = <0>; -+ -+ compatible = "generic-ohci"; -+ reg = <0x00022000 0x1000>; -+ interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; -+ }; -+ -+ ehci: ehci@22000 { -+ #usb-cells = <0>; -+ -+ compatible = "generic-ehci"; -+ reg = <0x00021000 0x1000>; -+ interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; -+ phys = <&usb2_phy>; -+ -+ #address-cells = <1>; -+ #size-cells = <0>; -+ }; - }; - - usb3: usb3@23000 { -@@ -257,6 +278,20 @@ - - #address-cells = <1>; - #size-cells = <1>; -+ ranges; -+ -+ interrupt-parent = <&gic>; -+ -+ xhci: xhci@23000 { -+ #usb-cells = <0>; -+ -+ compatible = "generic-xhci"; -+ reg = <0x00023000 0x1000>; -+ interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; -+ usb3-fake-doorbell; -+ phys = <&usb3_phy>; -+ phy-names = "usb"; -+ }; - }; - - spi@29000 { |