commit | a9a6500b718a38d4658b8a61edd8fc3aa0418b50 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Apr 04 10:02:53 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 11 14:10:54 2011 +0300 |
tree | 68d106aa4fb167d25be15ef24dbedce17802cb0e | |
parent | b2765092aed717ef9fd14bf5f82024359aff0576 [diff] |
OMAP: DSS2: DSI: fix dsi_dump_clocks() On OMAP4, reading DSI_PLL_CONFIGURATION2 register requires the L3 clock (CIO_CLK_ICG) to PLL. Currently dsi_dump_clocks() tries to read that register without enabling the L3 clock, leading to crash if DSI is not in use. The status of the bit being read from DSI_PLL_CONFIGURATION2 is available from dsi_clock_info->use_sys_clk, so we can avoid the whole problem by just using that. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>