diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-03-08 12:37:58 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-04-23 10:48:03 +0300 |
commit | 62c1dcfc7451a8e42104776705a317e06a8e24a3 (patch) | |
tree | 77c152a64cef29e450e36a12f5425bd78e5ef392 /include | |
parent | 66f75a5d028beaf67c931435fdc3e7823125730c (diff) | |
download | linux-62c1dcfc7451a8e42104776705a317e06a8e24a3.tar.gz linux-62c1dcfc7451a8e42104776705a317e06a8e24a3.tar.bz2 linux-62c1dcfc7451a8e42104776705a317e06a8e24a3.zip |
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.h | 1 |
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 { struct omap_dss_device *default_device; int (*dsi_enable_pads)(int dsi_id, unsigned lane_mask); void (*dsi_disable_pads)(int dsi_id, unsigned lane_mask); + int (*set_min_bus_tput)(struct device *dev, unsigned long r); }; /* Init with the board info */ |