From: Magnus Damm Date: Thu, 6 Mar 2014 03:16:58 +0000 (+0900) Subject: ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in C X-Git-Tag: upstream/snapshot3+hdmi~489 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab1f5f02cbc0ba52a07b1851d0bc303c2e957b6f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in C The correct maximum CPU frequency for r8a7791 is 1500 MHz so update the r8a7791 SoC C code to reflect this. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman (cherry picked from commit ce4b6a04c49b0b414d537b45ededd9dfd4e48336) Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/setup-r8a7791.c b/arch/arm/mach-shmobile/setup-r8a7791.c index e28404e..a7e4966 100644 --- a/arch/arm/mach-shmobile/setup-r8a7791.c +++ b/arch/arm/mach-shmobile/setup-r8a7791.c @@ -213,7 +213,7 @@ void __init r8a7791_add_standard_devices(void) void __init r8a7791_init_early(void) { #ifndef CONFIG_ARM_ARCH_TIMER - shmobile_setup_delay(1300, 2, 4); /* Cortex-A15 @ 1300MHz */ + shmobile_setup_delay(1500, 2, 4); /* Cortex-A15 @ 1500MHz */ #endif }