diff options
Diffstat (limited to 'arch/arc/kernel/clk.c')
-rw-r--r-- | arch/arc/kernel/clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/clk.c b/arch/arc/kernel/clk.c index 66ce0dc917fb..10c7b0b5a079 100644 --- a/arch/arc/kernel/clk.c +++ b/arch/arc/kernel/clk.c | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | #include <asm/clk.h> | 9 | #include <asm/clk.h> |
10 | 10 | ||
11 | unsigned long core_freq = 800000000; | 11 | unsigned long core_freq = 80000000; |
12 | 12 | ||
13 | /* | 13 | /* |
14 | * As of now we default to device-tree provided clock | 14 | * As of now we default to device-tree provided clock |