commit | b88f58f091f7e771315bc74c28203b5248b96be0 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon May 23 15:39:36 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jul 25 10:08:14 2011 +0300 |
tree | 665630afcda7cf5f446aa45544a3460d2d5715fb | |
parent | cb5930bdb57393a6ab9dc0c96fe5f03dcfb5bf43 [diff] |
OMAP: DSS2: Remove clk optimization at dss init DSS enables core clocks for the duration of initialization to avoid unnecessary context saves and restores. With PM runtime the clocks cannot be handled in this way, outside the dss module drivers. Thus we need to remove the optimization. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>