提交 9a9fb12a 编写于 作者: S Subhasish Ghosh 提交者: Kevin Hilman

davinci: macro rename DA8XX_LPSC0_DMAX to DA8XX_LPSC0_PRUSS.

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: NSubhasish Ghosh <subhasish@mistralsolutions.com>
Acked-by: NSekhar Nori <nsekhar@ti.com>
Signed-off-by: NKevin Hilman <khilman@ti.com>
上级 b688c2fb
...@@ -148,7 +148,7 @@ static struct clk scr2_ss_clk = { ...@@ -148,7 +148,7 @@ static struct clk scr2_ss_clk = {
static struct clk dmax_clk = { static struct clk dmax_clk = {
.name = "dmax", .name = "dmax",
.parent = &pll0_sysclk2, .parent = &pll0_sysclk2,
.lpsc = DA8XX_LPSC0_DMAX, .lpsc = DA8XX_LPSC0_PRUSS,
.flags = ALWAYS_ENABLED, .flags = ALWAYS_ENABLED,
}; };
......
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
#define DA8XX_LPSC0_SCR0_SS 10 #define DA8XX_LPSC0_SCR0_SS 10
#define DA8XX_LPSC0_SCR1_SS 11 #define DA8XX_LPSC0_SCR1_SS 11
#define DA8XX_LPSC0_SCR2_SS 12 #define DA8XX_LPSC0_SCR2_SS 12
#define DA8XX_LPSC0_DMAX 13 #define DA8XX_LPSC0_PRUSS 13
#define DA8XX_LPSC0_ARM 14 #define DA8XX_LPSC0_ARM 14
#define DA8XX_LPSC0_GEM 15 #define DA8XX_LPSC0_GEM 15
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册