Hello.

Nori, Sekhar 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.

Ah, indeed -- I've just read the preliminary documentation for DA830, and the description of dMAX looked the same as that one of PRU given in this patch set.

PRUSS is what the module is referred to in TI documentation so any reference to 
DMAX should be replaced
by PRUSS.

Only perhaps DMAXss is the same as PRUSS, and dMAX is the same as PRU. BTW, could you refer me to that documentation you've referred to?

So just search and replace DA8XX_LPSC0_DMAX with DA8XX_LPSC0_PRUSS
in a pre-patch.

   Perhaps just DA8XX_LPSC0_PRU...

Thanks,
Sekhar

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

Reply via email to