diff options
author | John Crispin <john@openwrt.org> | 2013-07-15 10:06:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-15 10:06:55 +0000 |
commit | a0de18807ba35e1888f6ea8ada84695e46558262 (patch) | |
tree | cfebd84e00717863717511b879661c2dbb417434 /target/linux/ramips/dts | |
parent | f75bba6f87dc756a60003c83495230d5f6b2d5e5 (diff) | |
download | upstream-a0de18807ba35e1888f6ea8ada84695e46558262.tar.gz upstream-a0de18807ba35e1888f6ea8ada84695e46558262.tar.bz2 upstream-a0de18807ba35e1888f6ea8ada84695e46558262.zip |
ramips: add ralink v3.10 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37331
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/rt3050.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt3050.dtsi b/target/linux/ramips/dts/rt3050.dtsi index 29cd536a51..abb84644ac 100644 --- a/target/linux/ramips/dts/rt3050.dtsi +++ b/target/linux/ramips/dts/rt3050.dtsi @@ -212,7 +212,7 @@ }; otg@101c0000 { - compatible = "ralink,rt3050-otg"; + compatible = "ralink,rt3050-otg", "snps,dwc2"; reg = <0x101c0000 40000>; interrupt-parent = <&intc>; |