1
0
Fork 0

OMAP: hwmod: Add warnings if enable failed

Change the debug into warning to check what IPs are failing.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
hifive-unleashed-5.1
Benoit Cousson 2011-07-01 22:54:06 +02:00 committed by Paul Walmsley
parent 31f62866c5
commit 6652271a25
1 changed files with 2 additions and 0 deletions

View File

@ -944,6 +944,8 @@ static int _init_clocks(struct omap_hwmod *oh, void *data)
if (!ret)
oh->_state = _HWMOD_STATE_CLKS_INITED;
else
pr_warning("omap_hwmod: %s: cannot _init_clocks\n", oh->name);
return ret;
}