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.

how set am35xx linux drive to support 18bpp?

Other Parts Discussed in Thread: AM3517

static struct omap_dss_device am3517_evm_lcd_device = {
 .type   = OMAP_DISPLAY_TYPE_DPI,
 .name   = "lcd",
 .driver_name  = "sharp_lq_panel",
 .phy.dpi.data_lines  = 18,
 .platform_enable = am3517_evm_panel_enable_lcd,
 .platform_disable = am3517_evm_panel_disable_lcd,
};

 

I want to set am35xx linux drive to support 18bpp. I change  the ".phy.dpi.data_lines" of the am3517_evm_lcd_device 16 to 18.

How can I change other?