diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-11-08 23:34:55 -0500 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-11-21 18:43:21 -0500 |
commit | f832906a56bcf9c597589e9a7898c1dd2f0513b9 (patch) | |
tree | 699c01b6a8a2866e8d2366b0f755230544568b57 /arch/arm/mach-shmobile | |
parent | 26c3d7ac219e74ab3939048a32d6bd3b4a16798a (diff) |
fbdev: sh_mipi_dsi: add sync_pulses/sync_events/burst mode
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 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-ag5evm.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c index e969fe91e505..6993844424c6 100644 --- a/arch/arm/mach-shmobile/board-ag5evm.c +++ b/arch/arm/mach-shmobile/board-ag5evm.c | |||
@@ -327,7 +327,8 @@ static struct sh_mipi_dsi_info mipidsi0_info = { | |||
327 | .lane = 2, | 327 | .lane = 2, |
328 | .vsynw_offset = 20, | 328 | .vsynw_offset = 20, |
329 | .clksrc = 1, | 329 | .clksrc = 1, |
330 | .flags = SH_MIPI_DSI_HSABM, | 330 | .flags = SH_MIPI_DSI_HSABM | |
331 | SH_MIPI_DSI_SYNC_PULSES_MODE, | ||
331 | }; | 332 | }; |
332 | 333 | ||
333 | static struct platform_device mipidsi0_device = { | 334 | static struct platform_device mipidsi0_device = { |
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index b7d006fd0461..b2e32c8c9e54 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c | |||
@@ -582,6 +582,7 @@ static struct sh_mipi_dsi_info mipidsi0_info = { | |||
582 | .lcd_chan = &lcdc_info.ch[0], | 582 | .lcd_chan = &lcdc_info.ch[0], |
583 | .lane = 2, | 583 | .lane = 2, |
584 | .vsynw_offset = 17, | 584 | .vsynw_offset = 17, |
585 | .flags = SH_MIPI_DSI_SYNC_PULSES_MODE, | ||
585 | }; | 586 | }; |
586 | 587 | ||
587 | static struct platform_device mipidsi0_device = { | 588 | static struct platform_device mipidsi0_device = { |