ARM: dts: s5pv210: Use standard arrays of generic PHYs for EHCI/OHCI device
[linux-2.6-microblaze.git] / arch / arm / boot / dts / s5pv210.dtsi
index a7aca54..4ea1e63 100644 (file)
                        interrupt-parent = <&vic1>;
                        clocks = <&clocks CLK_USB_HOST>;
                        clock-names = "usbhost";
-                       #address-cells = <1>;
-                       #size-cells = <0>;
+                       phys = <&usbphy 1>;
+                       phy-names = "host";
                        status = "disabled";
-
-                       port@0 {
-                               reg = <0>;
-                               phys = <&usbphy 1>;
-                       };
                };
 
                ohci: usb@ec300000 {
                        interrupt-parent = <&vic1>;
                        clocks = <&clocks CLK_USB_HOST>;
                        clock-names = "usbhost";
-                       #address-cells = <1>;
-                       #size-cells = <0>;
+                       phys = <&usbphy 1>;
+                       phy-names = "host";
                        status = "disabled";
-
-                       port@0 {
-                               reg = <0>;
-                               phys = <&usbphy 1>;
-                       };
                };
 
                mfc: codec@f1700000 {