commit | c6940a3dc59d9628c8d407b98b6f57df69e3ef52 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Feb 22 13:36:10 2011 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 11 14:19:16 2011 +0300 |
tree | d041fc4a602b76cff311796d8300e9d77ea41e3b | |
parent | cf398fb3e6aed8e7a9b3bcf77f6de2d34ccd2078 [diff] |
OMAP: DSS2: move dss device clock configuration Clock configuration was defined inside dssdev.phy.dsi struct. The clock config doesn't really belong there, and so it's moved to dssdev.clock struct. Now the explicit clock configuration could also be used for other interfaces than DSI, although there's no support for it currently. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>