Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263588
b: refs/heads/master
c: 0ebb962
h: refs/heads/master
v: v3
  • Loading branch information
Nick Bowler authored and Russell King committed Aug 24, 2011
1 parent 1f9a4a9 commit aeb2bf8
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 0d6cfa3a75f5cde5b3ca0dde748fd22625b4f34c
refs/heads/master: 0ebb962e00a52b644433065d224ed89f72a84756
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-vexpress/v2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ static struct clk v2m_sp804_clk = {
.rate = 1000000,
};

static struct clk v2m_ref_clk = {
.rate = 32768,
};

static struct clk dummy_apb_pclk;

static struct clk_lookup v2m_lookups[] = {
Expand Down Expand Up @@ -348,6 +352,9 @@ static struct clk_lookup v2m_lookups[] = {
}, { /* CLCD */
.dev_id = "mb:clcd",
.clk = &osc1_clk,
}, { /* SP805 WDT */
.dev_id = "mb:wdt",
.clk = &v2m_ref_clk,
}, { /* SP804 timers */
.dev_id = "sp804",
.con_id = "v2m-timer0",
Expand Down

0 comments on commit aeb2bf8

Please sign in to comment.