Hi all,
currently I'm working with RSK board but my final hardware has a LVDS LCD interface.I'm trying to port u-boot, Linux on the new hardware.
Into the BSP Guide there is :
13.1.4 LVDS LCD Output
The BSP contains an LVDS example using a panel label “hsd070pww1”. If you are not using that exact same
panel, you should just do a text search-and-replace of that string with one that better matches your panel.
The LVDS pins only come out on Port 5, so you can use function vdc5fb_pinmux_lvds( ) without
modification.
The LVDS can be used with either VDC5 ch0 or ch1. LVDS is selected by setting “.use_lvds” to ‘1’ in your
“struct vdc5fb_pdata”.
I can't find it.
Someone can explain me in simple steps what I need to do to change LCD interface from RSK board to my hardware?
Thanks