projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eaa44
)
ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in C
author
Magnus Damm
<damm@opensource.se>
Thu, 6 Mar 2014 03:16:58 +0000
(12:16 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Mon, 14 Apr 2014 02:25:33 +0000
(11:25 +0900)
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>
arch/arm/mach-shmobile/setup-r8a7791.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/setup-r8a7791.c
b/arch/arm/mach-shmobile/setup-r8a7791.c
index e28404e43860ac371a766dbf97c0f9f47902ec50..a7e4966f5e189e4e6ef25fc0153723953bcfd073 100644
(file)
--- 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(1
300, 2, 4); /* Cortex-A15 @ 13
00MHz */
+ shmobile_setup_delay(1
500, 2, 4); /* Cortex-A15 @ 15
00MHz */
#endif
}