commit | 0acf659f1469725fb6e39d53af970f36c5f69a41 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Mar 14 07:28:57 2011 -0500 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Mar 18 09:31:01 2011 +0530 |
tree | 1a2be738a9514b7f0256fe1806b246507fe95b38 | |
parent | 17c84ef1e1265fad787d4082bd40a63eb6f3eeb1 [diff] |
OMAP: DSS2: Clean up for dpll4_m4_ck handling OMAP2 does not have dpll4_m4_ck source clock for dss functional clock, but later OMAPs do. Currently we check for cpu type in multiple places to find out if dpll4_m4_ck is available. This patch cleans up dss.c by using the fact that dss.dpll4_m4_ck pointer is NULL on OMAP2. This allows us to remove many of the cpu checks. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>