diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-08 02:20:05 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-16 21:02:29 -0400 |
commit | 09cb2e366737ac70f1d7c6c0a3747a75c8f90f1e (patch) | |
tree | 1f0cc915625a78798b9f60a64b49af8516427f47 /arch/arm | |
parent | 210e179da2e39c965872b941a36e55ab78328e49 (diff) |
ARM: shmobile: Fix EMEV2 clock comment typo
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-shmobile/clock-emev2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-emev2.c b/arch/arm/mach-shmobile/clock-emev2.c index 4710f1847bb7..56dd0cfcddc7 100644 --- 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) | |||
221 | smu_base = ioremap(EMEV2_SMU_BASE, PAGE_SIZE); | 221 | smu_base = ioremap(EMEV2_SMU_BASE, PAGE_SIZE); |
222 | BUG_ON(!smu_base); | 222 | BUG_ON(!smu_base); |
223 | 223 | ||
224 | /* setup STI timer to run on 37.768 kHz and deassert reset */ | 224 | /* setup STI timer to run on 32.768 kHz and deassert reset */ |
225 | emev2_smu_write(0, STI_CLKSEL); | 225 | emev2_smu_write(0, STI_CLKSEL); |
226 | emev2_smu_write(1, STI_RSTCTRL); | 226 | emev2_smu_write(1, STI_RSTCTRL); |
227 | 227 | ||