Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332230
b: refs/heads/master
c: f40e1f9
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin committed Aug 22, 2012
1 parent ec5c27b commit b46f482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a6ac5004c7c8b140319439f8b1f3f6d4cbfe67a
refs/heads/master: f40e1f9d856ec417468c090c4b56826171daa670
3 changes: 2 additions & 1 deletion trunk/arch/mips/lantiq/xway/sysctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ static int pci_enable(struct clk *clk)
{
unsigned int val = ltq_cgu_r32(ifccr);
/* set bus clock speed */
if (of_machine_is_compatible("lantiq,ar9")) {
if (of_machine_is_compatible("lantiq,ar9") ||
of_machine_is_compatible("lantiq,vr9")) {
val &= ~0x1f00000;
if (clk->rate == CLOCK_33M)
val |= 0xe00000;
Expand Down

0 comments on commit b46f482

Please sign in to comment.