diff options
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 0d5b234249..95d192be1b 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -362,7 +362,7 @@ }; ehci@101c0000 { - compatible = "ralink,rt3xxx-ehci"; + compatible = "generic-ehci"; reg = <0x101c0000 0x1000>; phys = <&usbphy 1>; @@ -373,7 +373,7 @@ }; ohci@101c1000 { - compatible = "ralink,rt3xxx-ohci"; + compatible = "generic-ohci"; reg = <0x101c1000 0x1000>; phys = <&usbphy 1>; |