mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
davinci: clock: make 'disable unused clocks' printk debug only
The long list of clocks being disabled on boot is noisy and not needed for standard boots. Make this a debug printk instead. Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
This commit is contained in:
parent
4b5dc96a71
commit
c89f168145
@ -236,7 +236,7 @@ static int __init clk_disable_unused(void)
|
|||||||
if (!davinci_psc_is_clk_active(ck->gpsc, ck->lpsc))
|
if (!davinci_psc_is_clk_active(ck->gpsc, ck->lpsc))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
pr_info("Clocks: disable unused %s\n", ck->name);
|
pr_debug("Clocks: disable unused %s\n", ck->name);
|
||||||
|
|
||||||
davinci_psc_config(psc_domain(ck), ck->gpsc, ck->lpsc,
|
davinci_psc_config(psc_domain(ck), ck->gpsc, ck->lpsc,
|
||||||
(ck->flags & PSC_SWRSTDISABLE) ?
|
(ck->flags & PSC_SWRSTDISABLE) ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user