diff options
author | John Crispin <john@openwrt.org> | 2016-04-20 17:19:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-20 17:19:00 +0000 |
commit | 4a5158bd2a733a2967d6967701e0e97eed80dfda (patch) | |
tree | 4321a0ae1d31e4c821f661fff297ec9911ac4f16 /target/linux | |
parent | a16ae0b6dfe4ffb6d13ccbb92e9483921c2f6f8c (diff) | |
download | upstream-4a5158bd2a733a2967d6967701e0e97eed80dfda.tar.gz upstream-4a5158bd2a733a2967d6967701e0e97eed80dfda.tar.bz2 upstream-4a5158bd2a733a2967d6967701e0e97eed80dfda.zip |
ramips: rt3352 usbphy fix in dts-file
Add missing rt3352 usb phy. Fix ticket #20499.
Signed-Off-By:Serge Vasilugin <vasilugin@yandex.ru>
SVN-Revision: 49204
Diffstat (limited to 'target/linux')
-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 cfa0db67c0..0932b52406 100644 --- a/target/linux/ramips/dts/rt3352.dtsi +++ b/target/linux/ramips/dts/rt3352.dtsi @@ -252,8 +252,9 @@ interrupts = <17>; }; - usbphy { + usbphy: usbphy { compatible = "ralink,rt3352-usbphy"; + #phy-cells = <1>; resets = <&rstctrl 22 &rstctrl 25>; reset-names = "host", "device"; @@ -273,6 +274,9 @@ compatible = "generic-ehci"; reg = <0x101c0000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; @@ -283,6 +287,9 @@ compatible = "generic-ohci"; reg = <0x101c1000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; |