Hi forum,
here I have a custom board based on a TI Sitara AM3359. Now I want to use a LG 7 inch LCD (LB070WV8) with this board.
I have read the part about adding LCD support on the Sitara Linux Training site (http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Linux_Board_Port#Adding_LCD_and_Touchscreen_Support). As I understand there, I have to edit the following structs in my board file to the correct values for my LCD:
- static struct platform_pwm_backlight_data bbcape7lcd_backlight_data
- static const struct display_panel bbcape7_panel
- static struct lcd_ctrl_config bbcape7_cfg
- struct da8xx_lcdc_platform_data bbcape7_pdata
- static struct pinmux_config ehrpwm_pin_mux[]
- static struct pinmux_config bbcape7_pin_mux[]