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: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
 
 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;