Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 451cfbfc authored by Igor Grinberg's avatar Igor Grinberg Committed by Tomi Valkeinen
Browse files

OMAP: DSS2: TDO35S: fix video signaling



TDO35S samples the data on the falling adge of the pixel clock,
therefore the data strobe should be on the raising edge.

Signed-off-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
Signed-off-by: default avatarMike Rapoport <mike@compulab.co.il>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@nokia.com>
parent e8c66dcf
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -73,8 +73,12 @@ static void toppoly_tdo_panel_power_off(struct omap_dss_device *dssdev)

static int toppoly_tdo_panel_probe(struct omap_dss_device *dssdev)
{
	dssdev->panel.config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
		OMAP_DSS_LCD_IHS;
	dssdev->panel.config = OMAP_DSS_LCD_TFT |
			       OMAP_DSS_LCD_IVS |
			       OMAP_DSS_LCD_IHS |
			       OMAP_DSS_LCD_IPC |
			       OMAP_DSS_LCD_ONOFF;

	dssdev->panel.timings = toppoly_tdo_panel_timings;

	return 0;