Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356467
b: refs/heads/master
c: f4ef345
h: refs/heads/master
i:
  356465: 01e5a6b
  356463: 5770100
v: v3
  • Loading branch information
Anatolij Gustschin committed Jan 15, 2013
1 parent c11dc9c commit 9ea914f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fa6d459d64a60db41c476c16063670ca4297e1d1
refs/heads/master: f4ef34537ad303e2230ec543cccc7847f3c47ae8
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/512x/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ static void psc_clks_init(void)
* AC97 is special rate clock does
* not go through normal path
*/
if (strcmp("ac97", np->name) == 0)
if (of_device_is_compatible(np, "fsl,mpc5121-psc-ac97"))
clk->rate = ac97_clk.rate;
else
psc_calc_rate(clk, pscnum, np);
Expand Down

0 comments on commit 9ea914f

Please sign in to comment.