ramips: rt3352 usbphy fix in dts-file
authorJohn Crispin <john@openwrt.org>
Wed, 20 Apr 2016 17:19:00 +0000 (17:19 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 20 Apr 2016 17:19:00 +0000 (17:19 +0000)
Add missing rt3352 usb phy. Fix ticket #20499.

Signed-Off-By:Serge Vasilugin <vasilugin@yandex.ru>

SVN-Revision: 49204

target/linux/ramips/dts/rt3352.dtsi

index cfa0db67c05fbd60afe4e8eb9451f35668d80de1..0932b52406c48f62192ae51e72bb1f0e6117ba23 100644 (file)
                interrupts = <17>;
        };
 
-       usbphy {
+       usbphy: usbphy {
                compatible = "ralink,rt3352-usbphy";
+               #phy-cells = <1>;
 
                resets = <&rstctrl 22 &rstctrl 25>;
                reset-names = "host", "device";
                compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;
 
+               phys = <&usbphy 1>;
+               phy-names = "usb";
+
                interrupt-parent = <&intc>;
                interrupts = <18>;
 
                compatible = "generic-ohci";
                reg = <0x101c1000 0x1000>;
 
+               phys = <&usbphy 1>;
+               phy-names = "usb";
+
                interrupt-parent = <&intc>;
                interrupts = <18>;