aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620n.dtsi
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-01-04 14:21:11 +0000
committerJohn Crispin <blogic@openwrt.org>2016-01-04 14:21:11 +0000
commit929d3a24b014450ce80975c72e45687e3bd880ce (patch)
tree5b0526c87f0ec15c21b95782b60f2ad0177030fa /target/linux/ramips/dts/mt7620n.dtsi
parentd6a84eed7a201fc525cf6f2bfba303407221cd80 (diff)
downloadmaster-187ad058-929d3a24b014450ce80975c72e45687e3bd880ce.tar.gz
master-187ad058-929d3a24b014450ce80975c72e45687e3bd880ce.tar.bz2
master-187ad058-929d3a24b014450ce80975c72e45687e3bd880ce.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48113 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/mt7620n.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7620n.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi
index 09d40196ce..f64b68930e 100644
--- a/target/linux/ramips/dts/mt7620n.dtsi
+++ b/target/linux/ramips/dts/mt7620n.dtsi
@@ -298,7 +298,7 @@
};
ehci@101c0000 {
- compatible = "ralink,rt3xxx-ehci";
+ compatible = "generic-ehci";
reg = <0x101c0000 0x1000>;
interrupt-parent = <&intc>;
@@ -311,7 +311,7 @@
};
ohci@101c1000 {
- compatible = "ralink,rt3xxx-ohci";
+ compatible = "generic-ohci";
reg = <0x101c1000 0x1000>;
phys = <&usbphy 1>;