aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-02-19 16:39:12 +0000
committerJohn Crispin <blogic@openwrt.org>2016-02-19 16:39:12 +0000
commitd4b09841a9865bc46888014407ba920fa3fc2cd3 (patch)
treecaf38daaf40f38ea0317f6e4ccd2a51817ea56af /target/linux/ramips/dts
parent2b059d03136261d6d0d1cd833d32830391d8417d (diff)
downloadupstream-d4b09841a9865bc46888014407ba920fa3fc2cd3.tar.gz
upstream-d4b09841a9865bc46888014407ba920fa3fc2cd3.tar.bz2
upstream-d4b09841a9865bc46888014407ba920fa3fc2cd3.zip
ralink: fix mt7628 ehci support
the u2_phy init was missing Backport of r48747 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48749 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/mt7628an.dtsi7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi
index bd8ccdb3e2..dde572bf9d 100644
--- a/target/linux/ramips/dts/mt7628an.dtsi
+++ b/target/linux/ramips/dts/mt7628an.dtsi
@@ -337,12 +337,13 @@
#reset-cells = <1>;
};
- usbphy: usbphy {
+ usbphy: usbphy@10120000 {
compatible = "ralink,mt7628an-usbphy", "ralink,mt7620a-usbphy";
+ reg = <0x10120000 1000>;
#phy-cells = <1>;
- resets = <&rstctrl 22>;
- reset-names = "host";
+ resets = <&rstctrl 22 &rstctrl 25>;
+ reset-names = "host", "device";
};
sdhci@10130000 {