From d4b09841a9865bc46888014407ba920fa3fc2cd3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 19 Feb 2016 16:39:12 +0000 Subject: ralink: fix mt7628 ehci support the u2_phy init was missing Backport of r48747 Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48749 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/dts/mt7628an.dtsi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'target/linux/ramips/dts') 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 { -- cgit v1.2.3