From eccdc1ebf04da9bcd7d6d3bb7461429433f0df85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Tue, 9 Apr 2013 18:23:59 +0800 Subject: [PATCH] rk3188: clock: print dpll/cpll con2 when boot --- arch/arm/mach-rk3188/clock_data.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-rk3188/clock_data.c b/arch/arm/mach-rk3188/clock_data.c index c79168aa50d3..78e75a0b33b2 100755 --- 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(); } -- 2.34.1