Manjunatha GK <[email protected]> writes:

> This patch adds OMAP3 DMA hwmod structures.
>
> Signed-off-by: Manjunatha GK <[email protected]>

[...]

> +static struct omap_hwmod omap3xxx_dma_system_hwmod = {
> +     .name           = "dma",
> +     .class          = &omap3xxx_dma_hwmod_class,
> +     .mpu_irqs       = omap3xxx_dma_system_irqs,
> +     .mpu_irqs_cnt   = ARRAY_SIZE(omap3xxx_dma_system_irqs),
> +     .main_clk       = "l3_div_ck",
> +     .prcm = {
> +             .omap2 = {
> +                     /* .clkctrl_reg = NULL, */
> +             },
> +     },

Has this been tested?  Without valid fields here the hwmod will never be
enabled.

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to