[PATCH 1/9] Add Synopsys DesignWare HS USB OTG Controller driver.
Sergei Shtylyov
sshtylyov at mvista.com
Wed Jun 30 20:10:23 EST 2010
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 at apm.com>
> Signed-off-by: Mark Miesfeld <mmiesfeld at 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: usbotg at 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
More information about the Linuxppc-dev
mailing list