Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226643
b: refs/heads/master
c: b183aaf
h: refs/heads/master
i:
  226641: cf5ed0d
  226639: 264aa9f
v: v3
  • Loading branch information
Charulatha V authored and Paul Walmsley committed Dec 22, 2010
1 parent 719328a commit 510e5c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7cffa6b888c77e9386a6b886ef10bc57aac464ec
refs/heads/master: b183aaf7274245bb0241d81176cb6b06a3b01ca6
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-omap2/clock3xxx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,7 @@ static struct clk mcspi4_fck = {
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
.enable_bit = OMAP3430_EN_MCSPI4_SHIFT,
.recalc = &followparent_recalc,
.clkdm_name = "core_l4_clkdm",
};

static struct clk mcspi3_fck = {
Expand All @@ -1567,6 +1568,7 @@ static struct clk mcspi3_fck = {
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
.enable_bit = OMAP3430_EN_MCSPI3_SHIFT,
.recalc = &followparent_recalc,
.clkdm_name = "core_l4_clkdm",
};

static struct clk mcspi2_fck = {
Expand All @@ -1576,6 +1578,7 @@ static struct clk mcspi2_fck = {
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
.enable_bit = OMAP3430_EN_MCSPI2_SHIFT,
.recalc = &followparent_recalc,
.clkdm_name = "core_l4_clkdm",
};

static struct clk mcspi1_fck = {
Expand All @@ -1585,6 +1588,7 @@ static struct clk mcspi1_fck = {
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
.enable_bit = OMAP3430_EN_MCSPI1_SHIFT,
.recalc = &followparent_recalc,
.clkdm_name = "core_l4_clkdm",
};

static struct clk uart2_fck = {
Expand Down

0 comments on commit 510e5c2

Please sign in to comment.