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:
c2020ab
)
rk3188: clock: print dpll/cpll con2 when boot
author
黄涛
<huangtao@rock-chips.com>
Tue, 9 Apr 2013 10:23:59 +0000
(18:23 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 9 Apr 2013 10:23:59 +0000
(18:23 +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 c79168aa50d3a35dd384a9655a88d02c3e745f5b..78e75a0b33b2177035d033522cb490760db35797 100755
(executable)
--- a/
arch/arm/mach-rk3188/clock_data.c
+++ b/
arch/arm/mach-rk3188/clock_data.c
@@
-3272,6
+3272,7
@@
extern int rk3188_dvfs_init(void);
void __init rk30_clock_data_init(unsigned long gpll, unsigned long cpll, u32 flags)
{
+ printk("clock: gpll %lu cpll %lu flags 0x%x con2 0x%x/0x%x\n", gpll, cpll, flags, cru_readl(PLL_CONS(DPLL_ID, 2)), cru_readl(PLL_CONS(CPLL_ID, 2)));
_rk30_clock_data_init(gpll, cpll, flags);
rk3188_dvfs_init();
}