Skip to content

Commit

Permalink
Merge branch 'i2c-for-ben' of git://git.kernel.org/pub/scm/linux/kern…
Browse files Browse the repository at this point in the history
…el/git/tmlind/linux-omap-2.6 into i2c-next
  • Loading branch information
Ben Dooks committed Dec 16, 2008
2 parents 1bda712 + 5043e9e commit 5a93f42
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 94 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-omap2/clock24xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -2321,7 +2321,7 @@ static struct clk i2c2_fck = {
};

static struct clk i2chs2_fck = {
.name = "i2chs_fck",
.name = "i2c_fck",
.id = 2,
.parent = &func_96m_ck,
.flags = CLOCK_IN_OMAP243X,
Expand Down Expand Up @@ -2354,7 +2354,7 @@ static struct clk i2c1_fck = {
};

static struct clk i2chs1_fck = {
.name = "i2chs_fck",
.name = "i2c_fck",
.id = 1,
.parent = &func_96m_ck,
.flags = CLOCK_IN_OMAP243X,
Expand Down
Loading

0 comments on commit 5a93f42

Please sign in to comment.