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 <fchen@xxxxxxx> Signed-off-by: Mark Miesfeld <mmiesfeld@xxxxxxx>
[...]
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: usbotg@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 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html