summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt3352.dtsi
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-01-04 14:21:11 +0000
committerJohn Crispin <john@openwrt.org>2016-01-04 14:21:11 +0000
commit9b675a2a33f5c6b9c03b96a88005b1589cf88338 (patch)
treeccd3fa0d705ad110307fd7da445b4d70e5053c47 /target/linux/ramips/dts/rt3352.dtsi
parente17c1e45adccd16928aec1ff0fca41032688a4f9 (diff)
downloadmaster-31e0f0ae-9b675a2a33f5c6b9c03b96a88005b1589cf88338.tar.gz
master-31e0f0ae-9b675a2a33f5c6b9c03b96a88005b1589cf88338.tar.bz2
master-31e0f0ae-9b675a2a33f5c6b9c03b96a88005b1589cf88338.zip
ralink: fix USB compatible strings
switch to the upstream compatible strings for ehci and ohci support. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 48113
Diffstat (limited to 'target/linux/ramips/dts/rt3352.dtsi')
-rw-r--r--target/linux/ramips/dts/rt3352.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi
index daf24d334c..f19bd24d20 100644
--- a/target/linux/ramips/dts/rt3352.dtsi
+++ b/target/linux/ramips/dts/rt3352.dtsi
@@ -270,7 +270,7 @@
};
ehci@101c0000 {
- compatible = "ralink,rt3xxx-ehci", "ehci-platform";
+ compatible = "generic-ehci";
reg = <0x101c0000 0x1000>;
interrupt-parent = <&intc>;
@@ -280,7 +280,7 @@
};
ohci@101c1000 {
- compatible = "ralink,rt3xxx-ohci", "ohci-platform";
+ compatible = "generic-ohci";
reg = <0x101c1000 0x1000>;
interrupt-parent = <&intc>;