diff options
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index a5572d5ee8d1..24a7fa196651 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -738,6 +738,8 @@ int omap_dsi_set_vc_id(struct omap_dss_device *dssdev, int channel, int vc_id); | |||
738 | void omap_dsi_release_vc(struct omap_dss_device *dssdev, int channel); | 738 | void omap_dsi_release_vc(struct omap_dss_device *dssdev, int channel); |
739 | int omapdss_dsi_configure_pins(struct omap_dss_device *dssdev, | 739 | int omapdss_dsi_configure_pins(struct omap_dss_device *dssdev, |
740 | const struct omap_dsi_pin_config *pin_cfg); | 740 | const struct omap_dsi_pin_config *pin_cfg); |
741 | int omapdss_dsi_set_clocks(struct omap_dss_device *dssdev, | ||
742 | unsigned long ddr_clk, unsigned long lp_clk); | ||
741 | 743 | ||
742 | int omapdss_dsi_display_enable(struct omap_dss_device *dssdev); | 744 | int omapdss_dsi_display_enable(struct omap_dss_device *dssdev); |
743 | void omapdss_dsi_display_disable(struct omap_dss_device *dssdev, | 745 | void omapdss_dsi_display_disable(struct omap_dss_device *dssdev, |