On Wed, Feb 02, 2011 at 18:46:25, Sergei Shtylyov wrote:
> >>> +static struct clk pruss_clk = {
> >>> + .name = "pruss",
> >>> + .parent = &pll0_sysclk2,
> >>> + .lpsc = DA8XX_LPSC0_DMAX,
>
> >> IIRC, you were asked to change/add a new name for what is known as
> >> DA8XX_LPSC0_DMAX...
>
> > [SG] This macro is also getting used by arch/arm/mach-davinci/da830.c.
> > Hence, changing this is breaking the da830 build. Not sure how to go about
> > it.
>
> I suspect that dMAX is specific to DA830, and PRUSS is specific to DA850.
DMAX is the same as PRUSS. PRUSS is what the module is referred
to in TI documentation so any reference to DMAX should be replaced
by PRUSS.
So just search and replace DA8XX_LPSC0_DMAX with DA8XX_LPSC0_PRUSS
in a pre-patch.
Thanks,
Sekhar
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source