Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355117
b: refs/heads/master
c: 5794001
h: refs/heads/master
i:
  355115: 6fc3bcc
v: v3
  • Loading branch information
Lee Jones authored and Linus Walleij committed Jan 24, 2013
1 parent 17317a8 commit 57a680c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 5cc23666c3766705aac716bc517353cce8d68464
refs/heads/master: 579400166a744890b2a67ca21765b5b6dc649441
6 changes: 2 additions & 4 deletions trunk/arch/arm/mach-ux500/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,11 @@ void __init ux500_init_irq(void)
* Init clocks here so that they are available for system timer
* initialization.
*/
if (cpu_is_u8500_family())
if (cpu_is_u8500_family() || cpu_is_u9540())
db8500_prcmu_early_init();

if (cpu_is_u8500_family())
if (cpu_is_u8500_family() || cpu_is_u9540())
u8500_clk_init();
else if (cpu_is_u9540())
u9540_clk_init();
else if (cpu_is_u8540())
u8540_clk_init();
}
Expand Down

0 comments on commit 57a680c

Please sign in to comment.