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:
545b296
)
rk3188: fix cpu_div default set error
author
chenxing
<chenxing@rock-chips.com>
Fri, 2 Aug 2013 09:49:08 +0000
(17:49 +0800)
committer
chenxing
<chenxing@rock-chips.com>
Fri, 2 Aug 2013 09:49:08 +0000
(17:49 +0800)
arch/arm/mach-rk3188/clock_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk3188/clock_data.c
b/arch/arm/mach-rk3188/clock_data.c
index e471662c7045b2e3376b6dbd0f19f1c2f7844a1d..ec17d09947870245624d8af1b38420147dc0bb4e 100755
(executable)
--- a/
arch/arm/mach-rk3188/clock_data.c
+++ b/
arch/arm/mach-rk3188/clock_data.c
@@
-3385,6
+3385,7
@@
static void cpu_axi_init(void)
break;
default:
+ cpu_div_rate = 150 * MHZ;
aclk_cpu_rate = 150 * MHZ;
hclk_cpu_rate = 150 * MHZ;
pclk_cpu_rate = 75 * MHZ;