ralink: fix USB compatible strings
authorJohn Crispin <john@openwrt.org>
Mon, 4 Jan 2016 14:21:11 +0000 (14:21 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 4 Jan 2016 14:21:11 +0000 (14:21 +0000)
switch to the upstream compatible strings for ehci and ohci support.

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48113

target/linux/ramips/dts/mt7620a.dtsi
target/linux/ramips/dts/mt7620n.dtsi
target/linux/ramips/dts/mt7628an.dtsi
target/linux/ramips/dts/rt3352.dtsi
target/linux/ramips/dts/rt3883.dtsi
target/linux/ramips/dts/rt5350.dtsi
target/linux/ramips/patches-4.3/0030-USB-add-OHCI-EHCI-OF-binding.patch [deleted file]

index 978b88aeeacf24d7363716eb27369d30660c8760..5ee47e1e6a7151fec38bd6cc625170947ac49bd0 100644 (file)
        };
 
        ehci@101c0000 {
-               compatible = "ralink,rt3xxx-ehci";
+               compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;
 
                interrupt-parent = <&intc>;
        };
 
        ohci@101c1000 {
-               compatible = "ralink,rt3xxx-ohci";
+               compatible = "generic-ohci";
                reg = <0x101c1000 0x1000>;
 
                interrupt-parent = <&intc>;
index 09d40196cec46a9cf9a41ab85e64fa2a13e69267..f64b68930ed9336d6bbbd6d91b451c057c176c74 100644 (file)
        };
 
        ehci@101c0000 {
-               compatible = "ralink,rt3xxx-ehci";
+               compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;
 
                interrupt-parent = <&intc>;
        };
 
        ohci@101c1000 {
-               compatible = "ralink,rt3xxx-ohci";
+               compatible = "generic-ohci";
                reg = <0x101c1000 0x1000>;
 
                phys = <&usbphy 1>;
index 0d5b234249d6cf60e89fe90607b286940eafffb0..95d192be1b9a8eef2531fb94b8a5567333a2d0a3 100644 (file)
        };
 
        ehci@101c0000 {
-               compatible = "ralink,rt3xxx-ehci";
+               compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;
 
                phys = <&usbphy 1>;
        };
 
        ohci@101c1000 {
-               compatible = "ralink,rt3xxx-ohci";
+               compatible = "generic-ohci";
                reg = <0x101c1000 0x1000>;
 
                phys = <&usbphy 1>;
index daf24d334c55b6a34cb63f555344ed1398e72f6c..f19bd24d2054352bcde5b69a462c5aaefcf800da 100644 (file)
        };
 
        ehci@101c0000 {
-               compatible = "ralink,rt3xxx-ehci", "ehci-platform";
+               compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;
 
                interrupt-parent = <&intc>;
        };
 
        ohci@101c1000 {
-               compatible = "ralink,rt3xxx-ohci", "ohci-platform";
+               compatible = "generic-ohci";
                reg = <0x101c1000 0x1000>;
 
                interrupt-parent = <&intc>;
index 84336df993d19881705a40dc59097e3d3d726b9d..30d47fa9947b7443d97e165c41116d0a345bfd0a 100644 (file)
        };
 
        ehci@101c0000 {
-               compatible = "ralink,rt3xxx-ehci", "ehci-platform";
+               compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;
 
                phys = <&usbphy 1>;
        };
 
        ohci@101c1000 {
-               compatible = "ralink,rt3xxx-ohci", "ohci-platform";
+               compatible = "generic-ohci";
                reg = <0x101c1000 0x1000>;
 
                phys = <&usbphy 1>;
index 3367b14d0ae99c879b8190b63220eb21e50da889..c6ff3d6c9df9258d0b36b232e60fce937406d893 100644 (file)
        };
 
        ehci@101c0000 {
-               compatible = "ralink,rt3xxx-ehci", "ehci-platform";
+               compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;
 
                phys = <&usbphy 1>;
        };
 
        ohci@101c1000 {
-               compatible = "ralink,rt3xxx-ohci", "ohci-platform";
+               compatible = "generic-ohci";
                reg = <0x101c1000 0x1000>;
 
                phys = <&usbphy 1>;
diff --git a/target/linux/ramips/patches-4.3/0030-USB-add-OHCI-EHCI-OF-binding.patch b/target/linux/ramips/patches-4.3/0030-USB-add-OHCI-EHCI-OF-binding.patch
deleted file mode 100644 (file)
index 5e07d12..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From ef42c519247f677229bcbd1ab622222b165242af Mon Sep 17 00:00:00 2001
-From: John Crispin <blogic@openwrt.org>
-Date: Sun, 27 Jul 2014 09:49:07 +0100
-Subject: [PATCH 30/53] USB: add OHCI/EHCI OF binding
-
-based on f3bc64d6d1f21c1b92d75f233a37b75d77af6963
-
-Signed-off-by: John Crispin <blogic@openwrt.org>
----
- drivers/usb/host/ehci-platform.c |    1 +
- drivers/usb/host/ohci-platform.c |    1 +
- 2 files changed, 2 insertions(+)
-
---- a/drivers/usb/host/ehci-platform.c
-+++ b/drivers/usb/host/ehci-platform.c
-@@ -381,6 +381,7 @@ static int ehci_platform_resume(struct d
- static const struct of_device_id vt8500_ehci_ids[] = {
-       { .compatible = "via,vt8500-ehci", },
-       { .compatible = "wm,prizm-ehci", },
-+      { .compatible = "ralink,rt3xxx-ehci", },
-       { .compatible = "generic-ehci", },
-       { .compatible = "cavium,octeon-6335-ehci", },
-       {}
---- a/drivers/usb/host/ohci-platform.c
-+++ b/drivers/usb/host/ohci-platform.c
-@@ -344,6 +344,7 @@ static int ohci_platform_resume(struct d
- #endif /* CONFIG_PM_SLEEP */
- static const struct of_device_id ohci_platform_ids[] = {
-+      { .compatible = "ralink,rt3xxx-ohci", },
-       { .compatible = "generic-ohci", },
-       { .compatible = "cavium,octeon-6335-ohci", },
-       { }