ramips: add missing rt3352 usb phy node to dts
authorJohn Crispin <john@openwrt.org>
Wed, 2 Jul 2014 16:37:30 +0000 (16:37 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 2 Jul 2014 16:37:30 +0000 (16:37 +0000)
Signed-off-by: michael <igvtee@gmail.com>
SVN-Revision: 41476

target/linux/ramips/dts/rt3352.dtsi

index 6b1f11d770af012218fb1d510e8eb1693e84349e..47e30a3335a15ca7adb6586edc4264c01e3b586a 100644 (file)
                interrupts = <17>;
        };
 
+       usbphy {
+               compatible = "ralink,rt3xxx-usbphy";
+
+               resets = <&rstctrl 22 &rstctrl 25>;
+               reset-names = "host", "device";
+       };
+
        wmac@10180000 {
                compatible = "ralink,rt3352-wmac", "ralink,rt2880-wmac";
                reg = <0x10180000 40000>;
        };
 
        ehci@101c0000 {
-               compatible = "ralink,rt3352-ehci", "ehci-platform";
+               compatible = "ralink,rt3xxx-ehci", "ehci-platform";
                reg = <0x101c0000 0x1000>;
 
                interrupt-parent = <&intc>;
        };
 
        ohci@101c1000 {
-               compatible = "ralink,rt3352-ohci", "ohci-platform";
+               compatible = "ralink,rt3xxx-ohci", "ohci-platform";
                reg = <0x101c1000 0x1000>;
 
                interrupt-parent = <&intc>;