diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-25 20:08:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-25 20:08:41 +0000 |
commit | d7d1413f24982a75bcf2637f6441b8d6f963cf40 (patch) | |
tree | b96a190955ba506edabc38616c929f23d0ef19c9 /target | |
parent | 2052672908389b65ea68fe319d6a644f5f96ada9 (diff) | |
download | upstream-d7d1413f24982a75bcf2637f6441b8d6f963cf40.tar.gz upstream-d7d1413f24982a75bcf2637f6441b8d6f963cf40.tar.bz2 upstream-d7d1413f24982a75bcf2637f6441b8d6f963cf40.zip |
CC: ramips: backport rt3352 usbphy fix in dts-file
Backport of trunk patch. Fix kernel hang during loading ehci-hcd module.
SIgned-Off-By: Serge Vasilugin <vasilugin@yandex.ru>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49224 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/rt3352.dtsi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi index 7dffddb869..dacb047a12 100644 --- a/target/linux/ramips/dts/rt3352.dtsi +++ b/target/linux/ramips/dts/rt3352.dtsi @@ -222,8 +222,9 @@ interrupts = <17>; }; - usbphy { + usbphy: usbphy { compatible = "ralink,rt3xxx-usbphy"; + #phy-cells = <1>; resets = <&rstctrl 22 &rstctrl 25>; reset-names = "host", "device"; @@ -243,6 +244,9 @@ compatible = "ralink,rt3xxx-ehci", "ehci-platform"; reg = <0x101c0000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; @@ -253,6 +257,9 @@ compatible = "ralink,rt3xxx-ohci", "ohci-platform"; reg = <0x101c1000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; |