Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184485
b: refs/heads/master
c: ac5b4e1
h: refs/heads/master
i:
  184483: 87cbbd8
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Feb 19, 2010
1 parent 7f8919c commit 36680cb
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: d8728ee919282c7b01b65cd479ec1e2a9c5d3ba8
refs/heads/master: ac5b4e168ebd9046a6cd066d50b3341353f2f309
7 changes: 7 additions & 0 deletions trunk/drivers/ssb/driver_chipcommon_pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,12 @@ static void ssb_pmu_pll_init(struct ssb_chipcommon *cc)
case 0x5354:
ssb_pmu0_pllinit_r0(cc, crystalfreq);
break;
case 0x4322:
if (cc->pmu.rev == 2) {
chipco_write32(cc, SSB_CHIPCO_PLLCTL_ADDR, 0x0000000A);
chipco_write32(cc, SSB_CHIPCO_PLLCTL_DATA, 0x380005C0);
}
break;
default:
ssb_printk(KERN_ERR PFX
"ERROR: PLL init unknown for device %04X\n",
Expand Down Expand Up @@ -417,6 +423,7 @@ static void ssb_pmu_resources_init(struct ssb_chipcommon *cc)

switch (bus->chip_id) {
case 0x4312:
case 0x4322:
/* We keep the default settings:
* min_msk = 0xCBB
* max_msk = 0x7FFFF
Expand Down

0 comments on commit 36680cb

Please sign in to comment.