From 9b675a2a33f5c6b9c03b96a88005b1589cf88338 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 4 Jan 2016 14:21:11 +0000 Subject: ralink: fix USB compatible strings switch to the upstream compatible strings for ehci and ohci support. Signed-off-by: John Crispin SVN-Revision: 48113 --- target/linux/ramips/dts/mt7620n.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/dts/mt7620n.dtsi') 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>; -- cgit v1.2.3