aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-03-08 05:37:58 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-04-23 03:48:03 -0400
commit62c1dcfc7451a8e42104776705a317e06a8e24a3 (patch)
tree77c152a64cef29e450e36a12f5425bd78e5ef392 /include
parent66f75a5d028beaf67c931435fdc3e7823125730c (diff)
OMAPDSS: add set_min_bus_tput pointer to omapdss's platform data
omapdss driver needs to use the omap_pm_set_min_bus_tput(), so add a new entry for that in omapdss's platform data, and set it. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Paul Walmsley <paul@pwsan.com> Acked-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/omapdss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 483f67caa7ad..7aecadbb1d9c 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -309,6 +309,7 @@ struct omap_dss_board_info {
309 struct omap_dss_device *default_device; 309 struct omap_dss_device *default_device;
310 int (*dsi_enable_pads)(int dsi_id, unsigned lane_mask); 310 int (*dsi_enable_pads)(int dsi_id, unsigned lane_mask);
311 void (*dsi_disable_pads)(int dsi_id, unsigned lane_mask); 311 void (*dsi_disable_pads)(int dsi_id, unsigned lane_mask);
312 int (*set_min_bus_tput)(struct device *dev, unsigned long r);
312}; 313};
313 314
314/* Init with the board info */ 315/* Init with the board info */