From d5dcb1bf97c421fe59925dba8e9197a4b7d67536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 30 Sep 2016 15:43:08 +0200 Subject: bcm53xx: backport BCM5301X patches from 2019-09-30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki --- ...05-ARM-BCM5301X-Specify-USB-3.0-PHY-in-DT.patch | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 target/linux/bcm53xx/patches-4.4/044-0005-ARM-BCM5301X-Specify-USB-3.0-PHY-in-DT.patch (limited to 'target/linux/bcm53xx/patches-4.4/044-0005-ARM-BCM5301X-Specify-USB-3.0-PHY-in-DT.patch') diff --git a/target/linux/bcm53xx/patches-4.4/044-0005-ARM-BCM5301X-Specify-USB-3.0-PHY-in-DT.patch b/target/linux/bcm53xx/patches-4.4/044-0005-ARM-BCM5301X-Specify-USB-3.0-PHY-in-DT.patch new file mode 100644 index 0000000..73bc90e --- /dev/null +++ b/target/linux/bcm53xx/patches-4.4/044-0005-ARM-BCM5301X-Specify-USB-3.0-PHY-in-DT.patch @@ -0,0 +1,51 @@ +From 5b92db97f4ae345bd6f045c9427471680a7fe2e7 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= +Date: Wed, 21 Sep 2016 22:58:34 +0200 +Subject: [PATCH] ARM: BCM5301X: Specify USB 3.0 PHY in DT +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Driver for Northstar USB 3.0 PHY has been recently added under the name +phy-bcm-ns-usb3. Add binding for it into the DT files. +The only slightly tricky part is BCM47094 which uses different PHY +version and requires different compatible value. + +Signed-off-by: Rafał Miłecki +Signed-off-by: Florian Fainelli +--- + arch/arm/boot/dts/bcm47094.dtsi | 6 ++++++ + arch/arm/boot/dts/bcm5301x.dtsi | 7 +++++++ + 2 files changed, 13 insertions(+) + +--- a/arch/arm/boot/dts/bcm47094.dtsi ++++ b/arch/arm/boot/dts/bcm47094.dtsi +@@ -6,6 +6,12 @@ + + #include "bcm4708.dtsi" + ++/ { ++ usb3_phy: usb3-phy { ++ compatible = "brcm,ns-bx-usb3-phy"; ++ }; ++}; ++ + &uart0 { + clock-frequency = <125000000>; + }; +--- a/arch/arm/boot/dts/bcm5301x.dtsi ++++ b/arch/arm/boot/dts/bcm5301x.dtsi +@@ -149,6 +149,13 @@ + clock-names = "phy-ref-clk"; + }; + ++ usb3_phy: usb3-phy { ++ compatible = "brcm,ns-ax-usb3-phy"; ++ reg = <0x18105000 0x1000>, <0x18003000 0x1000>; ++ reg-names = "dmp", "ccb-mii"; ++ #phy-cells = <0>; ++ }; ++ + axi@18000000 { + compatible = "brcm,bus-axi"; + reg = <0x18000000 0x1000>; -- cgit v1.1