diff options
author | John Crispin <john@openwrt.org> | 2016-02-19 16:38:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-19 16:38:04 +0000 |
commit | fc47eb07941c6d32cb6e974fccf73ee19a4d1d9c (patch) | |
tree | 134380032eeee5e499881b6b41630eaca0a54a42 /target/linux/ramips/dts/mt7628an.dtsi | |
parent | 1e218001b5997339bc0d524a0b38c4a2d1700f31 (diff) | |
download | upstream-fc47eb07941c6d32cb6e974fccf73ee19a4d1d9c.tar.gz upstream-fc47eb07941c6d32cb6e974fccf73ee19a4d1d9c.tar.bz2 upstream-fc47eb07941c6d32cb6e974fccf73ee19a4d1d9c.zip |
ralink: fix mt7628 ehci support
the u2_phy init was missing
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48747
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index 03507eb5c5..d2b95a68c9 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -340,8 +340,9 @@ #reset-cells = <1>; }; - usbphy: usbphy { + usbphy: usbphy@10120000 { compatible = "ralink,mt7628an-usbphy", "mediatek,mt7620-usbphy"; + reg = <0x10120000 4000>; #phy-cells = <1>; resets = <&rstctrl 22 &rstctrl 25>; |