diff options
author | Magnus Damm <damm@opensource.se> | 2014-03-05 22:16:58 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-13 22:25:33 -0400 |
commit | ce4b6a04c49b0b414d537b45ededd9dfd4e48336 (patch) | |
tree | 9ec28a96b6242d9ef768e98bdf47de8a14748415 | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) |
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 <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7791.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7791.c b/arch/arm/mach-shmobile/setup-r8a7791.c index e28404e43860..a7e4966f5e18 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) | |||
213 | void __init r8a7791_init_early(void) | 213 | void __init r8a7791_init_early(void) |
214 | { | 214 | { |
215 | #ifndef CONFIG_ARM_ARCH_TIMER | 215 | #ifndef CONFIG_ARM_ARCH_TIMER |
216 | shmobile_setup_delay(1300, 2, 4); /* Cortex-A15 @ 1300MHz */ | 216 | shmobile_setup_delay(1500, 2, 4); /* Cortex-A15 @ 1500MHz */ |
217 | #endif | 217 | #endif |
218 | } | 218 | } |
219 | 219 | ||