Benoit Cousson <[email protected]> writes:

> From: Rajendra Nayak <[email protected]>
>
> Dependency not supported yet, hence comment all dependency handling
> code in hwmod.
>
> Signed-off-by: Rajendra Nayak <[email protected]>
> Signed-off-by: Benoit Cousson <[email protected]>
> Cc: Paul Walmsley <[email protected]>
> ---
>  arch/arm/mach-omap2/omap_hwmod.c |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/omap_hwmod.c 
> b/arch/arm/mach-omap2/omap_hwmod.c
> index 2fff39f..302f2c8 100644
> --- a/arch/arm/mach-omap2/omap_hwmod.c
> +++ b/arch/arm/mach-omap2/omap_hwmod.c
> @@ -908,7 +908,9 @@ static int _enable(struct omap_hwmod *oh)
>  
>       /* XXX mux balls */
>  
> +#if 0
>       _add_initiator_dep(oh, mpu_oh);
> +#endif
>       _enable_clocks(oh);
>  
>       r = _wait_target_ready(oh);
> @@ -949,7 +951,9 @@ static int _idle(struct omap_hwmod *oh)
>  
>       if (oh->class->sysc)
>               _sysc_idle(oh);
> +#if 0
>       _del_initiator_dep(oh, mpu_oh);
> +#endif

At least, the temporaty hack should use cpu_is_* as to not
break OMAP3.

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