diff options
author | John Crispin <john@phrozen.org> | 2017-03-22 09:43:01 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-03-22 09:45:18 +0100 |
commit | 3a3564ead5e4cf2f6ff73302c1e680b5575079ec (patch) | |
tree | e7acdf854e6577dd56616d8e5e0def8a2e0427d3 /target/linux/ipq806x/patches-4.4/315-disable-usb3-phy-suspend.patch | |
parent | ef6c4cc4ee046aa3f0bdb307c2ceea45ac2636aa (diff) | |
download | upstream-3a3564ead5e4cf2f6ff73302c1e680b5575079ec.tar.gz upstream-3a3564ead5e4cf2f6ff73302c1e680b5575079ec.tar.bz2 upstream-3a3564ead5e4cf2f6ff73302c1e680b5575079ec.zip |
ipq806x: remove v4.4 support
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ipq806x/patches-4.4/315-disable-usb3-phy-suspend.patch')
-rw-r--r-- | target/linux/ipq806x/patches-4.4/315-disable-usb3-phy-suspend.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/target/linux/ipq806x/patches-4.4/315-disable-usb3-phy-suspend.patch b/target/linux/ipq806x/patches-4.4/315-disable-usb3-phy-suspend.patch deleted file mode 100644 index 4b5d480d33..0000000000 --- a/target/linux/ipq806x/patches-4.4/315-disable-usb3-phy-suspend.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- a/arch/arm/boot/dts/qcom-ipq8064.dtsi -+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi -@@ -678,6 +678,8 @@ - clocks = <&gcc USB30_0_MASTER_CLK>; - clock-names = "core"; - -+ syscon-tcsr = <&tcsr 0xb0 1>; -+ - ranges; - - status = "disabled"; -@@ -689,6 +691,7 @@ - phys = <&hs_phy_0>, <&ss_phy_0>; - phy-names = "usb2-phy", "usb3-phy"; - dr_mode = "host"; -+ snps,dis_u3_susphy_quirk; - }; - }; - -@@ -699,6 +702,8 @@ - clocks = <&gcc USB30_1_MASTER_CLK>; - clock-names = "core"; - -+ syscon-tcsr = <&tcsr 0xb0 0>; -+ - ranges; - - status = "disabled"; -@@ -710,6 +715,7 @@ - phys = <&hs_phy_1>, <&ss_phy_1>; - phy-names = "usb2-phy", "usb3-phy"; - dr_mode = "host"; -+ snps,dis_u3_susphy_quirk; - }; - }; - |