Explorar el Código

ramips: add missing rt3352 usb phy node to dts

Signed-off-by: michael <[email protected]>

SVN-Revision: 41476
John Crispin hace 11 años
padre
commit
bbfb3baaed
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  1. 9 2
      target/linux/ramips/dts/rt3352.dtsi

+ 9 - 2
target/linux/ramips/dts/rt3352.dtsi

@@ -216,6 +216,13 @@
 		interrupts = <17>;
 		interrupts = <17>;
 	};
 	};
 
 
+	usbphy {
+		compatible = "ralink,rt3xxx-usbphy";
+
+		resets = <&rstctrl 22 &rstctrl 25>;
+		reset-names = "host", "device";
+	};
+
 	wmac@10180000 {
 	wmac@10180000 {
 		compatible = "ralink,rt3352-wmac", "ralink,rt2880-wmac";
 		compatible = "ralink,rt3352-wmac", "ralink,rt2880-wmac";
 		reg = <0x10180000 40000>;
 		reg = <0x10180000 40000>;
@@ -227,7 +234,7 @@
 	};
 	};
 
 
 	ehci@101c0000 {
 	ehci@101c0000 {
-		compatible = "ralink,rt3352-ehci", "ehci-platform";
+		compatible = "ralink,rt3xxx-ehci", "ehci-platform";
 		reg = <0x101c0000 0x1000>;
 		reg = <0x101c0000 0x1000>;
 
 
 		interrupt-parent = <&intc>;
 		interrupt-parent = <&intc>;
@@ -237,7 +244,7 @@
 	};
 	};
 
 
 	ohci@101c1000 {
 	ohci@101c1000 {
-		compatible = "ralink,rt3352-ohci", "ohci-platform";
+		compatible = "ralink,rt3xxx-ohci", "ohci-platform";
 		reg = <0x101c1000 0x1000>;
 		reg = <0x101c1000 0x1000>;
 
 
 		interrupt-parent = <&intc>;
 		interrupt-parent = <&intc>;