Hi,
I have an am335x board with 24bit lvds serializer and would like to connect a new LCD panel (auo-g084sn05-v9) to it. I am aware that I have to add a new panel to da8xx-fb.c and also make sure in the board file that it is initialized and that pinmux settings are correct. I also know how to set the timings from the datasheet, but is there anything else that needs to be set in the driver?
All examples I could find are for 800x480 resolution, but mine is 800x600. The thing that bothers me the most is that I noticed in the board file (where panel type is initialized) and also from the LCDC driver that panel_type enumeration is used from da-8xx-fb.h and there is no SVGA type:
enum panel_type {
QVGA = 0,
WVGA,
};
Regards,
Georgije