"Ramirez Luna, Omar" writes:
> Hi,
>
> On Fri, Nov 4, 2011 at 6:23 PM, Kevin Hilman wrote:
>>> + .flags = HWMOD_INIT_NO_RESET,
>>
>> Why is this needed?
> ...
>>> + .flags = HWMOD_INIT_NO_RESET,
>>
>> And this?
>
> I have this because the hwmod complains about a failure
Hi,
On Fri, Nov 4, 2011 at 6:23 PM, Kevin Hilman wrote:
>> + .flags = HWMOD_INIT_NO_RESET,
>
> Why is this needed?
...
>> + .flags = HWMOD_INIT_NO_RESET,
>
> And this?
I have this because the hwmod complains about a failure in hard reset,
even though the reset deassert
Omar Ramirez Luna writes:
> Add mmu hwmod data for ipu and dsp.
>
> Signed-off-by: Omar Ramirez Luna
[...]
> +static struct omap_hwmod omap44xx_ipu_mmu_hwmod = {
> + .name = "ipu_mmu",
> + .class = &omap44xx_mmu_hwmod_class,
> + .mpu_irqs = omap44xx_ipu_mmu
Add mmu hwmod data for ipu and dsp.
Signed-off-by: Omar Ramirez Luna
---
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 154 +--
1 files changed, 142 insertions(+), 12 deletions(-)
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
b/arch/arm/mach-omap2/omap_hwmod_4