提交 b183aaf7 编写于 作者: C Charulatha V 提交者: Paul Walmsley

OMAP3: clock: Update clock domain name for mcspi fck

Update clock3xxx_data for mcspi1-4 with appropriate clock domain name.
Signed-off-by: NCharulatha V <charu@ti.com>
Signed-off-by: NGovindraj.R <govindraj.raja@ti.com>
Signed-off-by: NPaul Walmsley <paul@pwsan.com>
上级 7cffa6b8
...@@ -1558,6 +1558,7 @@ static struct clk mcspi4_fck = { ...@@ -1558,6 +1558,7 @@ static struct clk mcspi4_fck = {
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1), .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
.enable_bit = OMAP3430_EN_MCSPI4_SHIFT, .enable_bit = OMAP3430_EN_MCSPI4_SHIFT,
.recalc = &followparent_recalc, .recalc = &followparent_recalc,
.clkdm_name = "core_l4_clkdm",
}; };
static struct clk mcspi3_fck = { static struct clk mcspi3_fck = {
...@@ -1567,6 +1568,7 @@ static struct clk mcspi3_fck = { ...@@ -1567,6 +1568,7 @@ static struct clk mcspi3_fck = {
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1), .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
.enable_bit = OMAP3430_EN_MCSPI3_SHIFT, .enable_bit = OMAP3430_EN_MCSPI3_SHIFT,
.recalc = &followparent_recalc, .recalc = &followparent_recalc,
.clkdm_name = "core_l4_clkdm",
}; };
static struct clk mcspi2_fck = { static struct clk mcspi2_fck = {
...@@ -1576,6 +1578,7 @@ static struct clk mcspi2_fck = { ...@@ -1576,6 +1578,7 @@ static struct clk mcspi2_fck = {
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1), .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
.enable_bit = OMAP3430_EN_MCSPI2_SHIFT, .enable_bit = OMAP3430_EN_MCSPI2_SHIFT,
.recalc = &followparent_recalc, .recalc = &followparent_recalc,
.clkdm_name = "core_l4_clkdm",
}; };
static struct clk mcspi1_fck = { static struct clk mcspi1_fck = {
...@@ -1585,6 +1588,7 @@ static struct clk mcspi1_fck = { ...@@ -1585,6 +1588,7 @@ static struct clk mcspi1_fck = {
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1), .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
.enable_bit = OMAP3430_EN_MCSPI1_SHIFT, .enable_bit = OMAP3430_EN_MCSPI1_SHIFT,
.recalc = &followparent_recalc, .recalc = &followparent_recalc,
.clkdm_name = "core_l4_clkdm",
}; };
static struct clk uart2_fck = { static struct clk uart2_fck = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册