On Sat, Sep 24, 2011 at 02:56:13, Karicheri, Muralidharan wrote:
> From: Murali Karicheri <[email protected]>
> 
> In one of the new SoC that we are working on, there are multiple power
> domains similar to that in C6670. Currently clock module assumes that
> there are only two power domains (domain0 and domain1). This patch is
> added to enhance the code to support more than two power domains so as
> to allow porting of Linux on to the above SoC.
> 
> Reviewed-by :Sergei Shtylyov <[email protected]>
> 
> Signed-off-by: Murali Karicheri <[email protected]>
> ---

> diff --git a/arch/arm/mach-davinci/dm646x.c b/arch/arm/mach-davinci/dm646x.c
> index 1e0f809..c110c1f 100644
> --- a/arch/arm/mach-davinci/dm646x.c
> +++ b/arch/arm/mach-davinci/dm646x.c
> @@ -157,7 +157,7 @@ static struct clk dsp_clk = {
>       .name = "dsp",
>       .parent = &pll1_sysclk1,
>       .lpsc = DM646X_LPSC_C64X_CPU,
> -     .flags = PSC_DSP,
> +     .domain = DAVINCI_GPSC_DSPDOMAIN,
>       .usecount = 1,                  /* REVISIT how to disable? */
>  };

I found that this DM6467 clock definition is not as per
SoC documentation so fixed it in a separate patch.

Thanks,
Sekhar

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to