aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/clock-sh7372.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/clock-sh7372.c')
-rw-r--r--arch/arm/mach-shmobile/clock-sh7372.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c
index 241caea32260..9bc6df985fc8 100644
--- a/arch/arm/mach-shmobile/clock-sh7372.c
+++ b/arch/arm/mach-shmobile/clock-sh7372.c
@@ -60,7 +60,7 @@ static struct clk r_clk = {
60 * If needed, reset this with clk_set_rate() from the platform code. 60 * If needed, reset this with clk_set_rate() from the platform code.
61 */ 61 */
62struct clk sh7372_extal1_clk = { 62struct clk sh7372_extal1_clk = {
63 .rate = 26666666, 63 .rate = 26000000,
64}; 64};
65 65
66/* 66/*