diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2010-07-30 04:57:57 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-11 07:20:17 -0400 |
commit | d1f5857e4bc9b2620fb3e84b1dbaa0ac11b831b4 (patch) | |
tree | a7f48a1c82be0d87924f015d6b5b3f2773a77fc2 /include/video/omapdss.h | |
parent | 22d6d676261a5e204a7078df21459747750c92fb (diff) |
OMAP: DSS2: DSI: Add DSI pad muxing support
Add dsi_mux_pads function pointer to omap_dss_board_info, and use the
function pointer in DSI code to configure the DSI pads either to normal
DSI operation, or to pull down when in ULPS.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r-- | include/video/omapdss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 44a864648c15..ab7d6564e29b 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -233,6 +233,7 @@ struct omap_dss_board_info { | |||
233 | int num_devices; | 233 | int num_devices; |
234 | struct omap_dss_device **devices; | 234 | struct omap_dss_device **devices; |
235 | struct omap_dss_device *default_device; | 235 | struct omap_dss_device *default_device; |
236 | void (*dsi_mux_pads)(bool enable); | ||
236 | }; | 237 | }; |
237 | 238 | ||
238 | #if defined(CONFIG_OMAP2_DSS_MODULE) || defined(CONFIG_OMAP2_DSS) | 239 | #if defined(CONFIG_OMAP2_DSS_MODULE) || defined(CONFIG_OMAP2_DSS) |