davinci: macro rename DA8XX_LPSC0_DMAX to DA8XX_LPSC0_PRUSS.
authorSubhasish Ghosh <subhasish@mistralsolutions.com>
Mon, 7 Mar 2011 14:06:57 +0000 (14:06 +0000)
committerKevin Hilman <khilman@ti.com>
Fri, 11 Mar 2011 18:48:29 +0000 (10:48 -0800)
DMAX is an internal name for the module which is
known as PRUSS in TI public documentation. This patch just
gets the code in sync with TI documentation.

Signed-off-by: Subhasish Ghosh <subhasish@mistralsolutions.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-davinci/da830.c
arch/arm/mach-davinci/include/mach/psc.h

index 826118e..2ed2f82 100644 (file)
@@ -148,7 +148,7 @@ static struct clk scr2_ss_clk = {
 static struct clk dmax_clk = {
        .name           = "dmax",
        .parent         = &pll0_sysclk2,
-       .lpsc           = DA8XX_LPSC0_DMAX,
+       .lpsc           = DA8XX_LPSC0_PRUSS,
        .flags          = ALWAYS_ENABLED,
 };
 
index 62b0858..a47e6f2 100644 (file)
 #define DA8XX_LPSC0_SCR0_SS            10
 #define DA8XX_LPSC0_SCR1_SS            11
 #define DA8XX_LPSC0_SCR2_SS            12
-#define DA8XX_LPSC0_DMAX               13
+#define DA8XX_LPSC0_PRUSS              13
 #define DA8XX_LPSC0_ARM                        14
 #define DA8XX_LPSC0_GEM                        15