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:
210e179
)
ARM: shmobile: Fix EMEV2 clock comment typo
author
Magnus Damm
<damm@opensource.se>
Mon, 8 Jul 2013 06:20:05 +0000
(15:20 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Wed, 17 Jul 2013 01:02:29 +0000
(10:02 +0900)
Update the STI timer frequency comment to 32.768 kHz to
fix 37 kHz typo.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/clock-emev2.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/clock-emev2.c
b/arch/arm/mach-shmobile/clock-emev2.c
index 4710f1847bb730d5d2a3dc1983ea5b4ad6613e81..56dd0cfcddc774f70660ca53f7145eb6786d8367 100644
(file)
--- a/
arch/arm/mach-shmobile/clock-emev2.c
+++ b/
arch/arm/mach-shmobile/clock-emev2.c
@@
-221,7
+221,7
@@
void __init emev2_clock_init(void)
smu_base = ioremap(EMEV2_SMU_BASE, PAGE_SIZE);
BUG_ON(!smu_base);
- /* setup STI timer to run on 3
7
.768 kHz and deassert reset */
+ /* setup STI timer to run on 3
2
.768 kHz and deassert reset */
emev2_smu_write(0, STI_CLKSEL);
emev2_smu_write(1, STI_RSTCTRL);