diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-11-08 23:35:14 -0500 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-11-21 18:43:21 -0500 |
commit | 5e47431aabf716c9ad9eacf1a966e1fc1469c809 (patch) | |
tree | f2d588fe8e00656b83dc8ee30d17c4777a9b1e9e /include/video | |
parent | 08750617badd03fd95f33921a5213a5632022178 (diff) |
fbdev: sh_mipi_dsi: add set_dot_clock() for each platform
Dot clock of SH MIPI are depends on each platform board.
This patch adds set_dot_clock() function for it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/sh_mipi_dsi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/sh_mipi_dsi.h b/include/video/sh_mipi_dsi.h index c8225b4fe8e6..310b883bb312 100644 --- a/include/video/sh_mipi_dsi.h +++ b/include/video/sh_mipi_dsi.h | |||
@@ -48,6 +48,9 @@ struct sh_mipi_dsi_info { | |||
48 | unsigned long flags; | 48 | unsigned long flags; |
49 | u32 clksrc; | 49 | u32 clksrc; |
50 | unsigned int vsynw_offset; | 50 | unsigned int vsynw_offset; |
51 | int (*set_dot_clock)(struct platform_device *pdev, | ||
52 | void __iomem *base, | ||
53 | int enable); | ||
51 | }; | 54 | }; |
52 | 55 | ||
53 | #endif | 56 | #endif |