commit | c94dfe05c4b6c269e445691c1fc7a9d8679ba60f | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Apr 15 10:42:59 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 11 14:10:54 2011 +0300 |
tree | a83f4d48f32cfc647109c61218f99f8291a19cbf | |
parent | 89976f2990a97820b73a1768371ee505b0ffc176 [diff] |
OMAP: DSS2: DSI: Fix DSI PLL power bug OMAP3630 has a HW bug causing DSI PLL power command POWER_ON_DIV (0x3) to not work properly. The bug prevents us from enabling DSI PLL power only to HS divider block. This patch adds a dss feature for the bug and converts POWER_ON_DIV requests to POWER_ON_ALL (0x2). Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>