From a5d873c94ea22cd45e3263e2407e5c97499d144f Mon Sep 17 00:00:00 2001 From: Per Forlin Date: Sun, 5 Dec 2010 12:27:05 +0100 Subject: [PATCH] --- yaml --- r: 226008 b: refs/heads/master c: 9b04f8b9070e60fe9d335613ec538223c159a5c9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-ux500/cpu.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 31169487f12a..e6474b0b8689 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 592b2f254d68b6eb8665658cc7d8fc3cd61ebc94 +refs/heads/master: 9b04f8b9070e60fe9d335613ec538223c159a5c9 diff --git a/trunk/arch/arm/mach-ux500/cpu.c b/trunk/arch/arm/mach-ux500/cpu.c index 46c372fb806d..a3700bc374d3 100644 --- a/trunk/arch/arm/mach-ux500/cpu.c +++ b/trunk/arch/arm/mach-ux500/cpu.c @@ -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(); }