Re: [PATCH v3 2/4] OMAP4: hwmod data: add mmu hwmod for ipu and dsp

From: Kevin Hilman
Date: Fri Nov 04 2011 - 19:23:32 EST


Omar Ramirez Luna <omar.ramirez@xxxxxx> writes:

> Add mmu hwmod data for ipu and dsp.
>
> Signed-off-by: Omar Ramirez Luna <omar.ramirez@xxxxxx>

[...]

> +static struct omap_hwmod omap44xx_ipu_mmu_hwmod = {
> + .name = "ipu_mmu",
> + .class = &omap44xx_mmu_hwmod_class,
> + .mpu_irqs = omap44xx_ipu_mmu_irqs,
> + .rst_lines = omap44xx_ipu_mmu_resets,
> + .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_mmu_resets),
> + .main_clk = "ipu_fck",
> + .prcm = {
> + .omap4 = {
> + .rstctrl_offs = OMAP4_RM_DUCATI_RSTCTRL_OFFSET,
> + },
> + },
> + .dev_attr = &ipu_mmu_dev_attr,
> + .slaves = omap44xx_ipu_mmu_slaves,
> + .slaves_cnt = ARRAY_SIZE(omap44xx_ipu_mmu_slaves),
> + .flags = HWMOD_INIT_NO_RESET,

Why is this needed?

[...]

> +static struct omap_hwmod omap44xx_dsp_mmu_hwmod = {
> + .name = "dsp_mmu",
> + .class = &omap44xx_mmu_hwmod_class,
> + .mpu_irqs = omap44xx_dsp_mmu_irqs,
> + .rst_lines = omap44xx_dsp_mmu_resets,
> + .rst_lines_cnt = ARRAY_SIZE(omap44xx_dsp_mmu_resets),
> + .main_clk = "dsp_fck",
> + .prcm = {
> + .omap4 = {
> + .rstctrl_offs = OMAP4_RM_TESLA_RSTCTRL_OFFSET,
> + },
> + },
> + .dev_attr = &dsp_mmu_dev_attr,
> + .slaves = omap44xx_dsp_mmu_slaves,
> + .slaves_cnt = ARRAY_SIZE(omap44xx_dsp_mmu_slaves),
> + .flags = HWMOD_INIT_NO_RESET,

And this?

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/