mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
rk3188: clock: print dpll/cpll con2 when boot
This commit is contained in:
parent
c2020ab7d6
commit
eccdc1ebf0
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user