This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

adding WSVGA support in kernel for DM3730

Other Parts Discussed in Thread: DM3730, SN75LVDS83B

We are having a custom DM3730 board, I am facing issues bringing up the LCD on the board. Please find the detailed description of the problem we are facing and the components we are using

Description:
------------------
1. Processor -DM3730
2. Chimei Innolux display model name :AT070TNA2 V.1 (LCD datasheet attached to this mail)
3. Parallel inputs from the processor are given to the SN75LVDS83B chip, which just acts like a serializer. We have LCD connected to the ouput of the chip.

Since this is just a dumb device which just converts the parallel signals to serial. There is no configuration in the software required for the LVDS chip ( as suggested by the LVDS guru Dan harmon from TI).

We need your suggestion on how to configure the WSVGA resolution (1024X600) in the linux  kernel. Please suggest the following timing parameters which needs to be set in the driver for the LCD.
         pixel_clock   (i guess it is between 40.8 to 67.2 as per the LCD datasheet)

        .hsw  (horizontal sync width)       
        .hfp    (horizontal front porch)      
        .hbp  ( horizontal back porch)       
        .vsw  (vertical sync width)        
        .vfp    (vertical front porch)      
        .vbp   (vertical back porch)       

Panel related information can be found from this site as well
http://www.panelook.com/modeldetail_parameter.php?id=1551