Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226008
b: refs/heads/master
c: 9b04f8b
h: refs/heads/master
v: v3
  • Loading branch information
Per Forlin authored and Linus Walleij committed Dec 8, 2010
1 parent 66e74c2 commit a5d873c
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: 592b2f254d68b6eb8665658cc7d8fc3cd61ebc94
refs/heads/master: 9b04f8b9070e60fe9d335613ec538223c159a5c9
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-ux500/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ void __init ux500_init_irq(void)
* Init clocks here so that they are available for system timer
* initialization.
*/
prcmu_early_init();
if (cpu_is_u8500())
prcmu_early_init();
clk_init();
}

Expand Down

0 comments on commit a5d873c

Please sign in to comment.