Hello.

Fushen Chen wrote:

The DWC OTG driver module provides the initialization and cleanup
entry points for the DWC OTG USB driver.

Signed-off-by: Fushen Chen <fc...@apm.com>
Signed-off-by: Mark Miesfeld <mmiesf...@apm.com>
[...]
diff --git a/arch/powerpc/boot/dts/kilauea.dts 
b/arch/powerpc/boot/dts/kilauea.dts
index 083e68e..1a141b8 100644
--- a/arch/powerpc/boot/dts/kilauea.dts
+++ b/arch/powerpc/boot/dts/kilauea.dts
@@ -394,5 +394,20 @@
                                0x0 0x0 0x0 0x3 &UIC2 0xd 0x4 /* swizzled int C 
*/
                                0x0 0x0 0x0 0x4 &UIC2 0xe 0x4 /* swizzled int D 
*/>;
                };
+
+               USBOTG0: usb...@ef6c0000 {
+                       compatible = "amcc,dwc-otg";
+                       reg = <0xef6c0000 0x10000>;
+                       interrupt-parent = <&USBOTG0>;
+                       interrupts = <0x0 0x1 0x2>;
+                       #interrupt-cells = <0x1>;
+                       #address-cells = <0x0>;
+                       #size-cells = <0x0>;
+                       interrupt-map = <
+                               0x0 &UIC2 0x1e 0x4 /* USB-OTG */
+                               0x1 &UIC1 0x1a 0x8 /* HIGH-POWER */
+                               0x2 &UIC0 0xc 0x4  /* DMA */ >;
+                       interrupt-map-mask = <0xffffffff>;
+               };
        };
 };

   Please put this file in a separate patch and push thru the PowerPC tree.

WBR, Sergei

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to