Other Parts Discussed in Thread: AM1808
I have an AM1808 platform (based upon LogicPD Zoom reference design) with a WVGA Active TFT display configuration. The Linux Kernel is based upon the TI SDK 5.02 and is modified to accommodate the WVGA resolution as well as display specific values.
I can see the bootlogo (the Linux Tux). However, once the board boots and starts loading Matrix UI, the display goes blank. Upon doing some probing, it appears that the Pixel clock stops coming in.
More information after doing some experimentation:
The typical pixel clock for this display is suppose to be 33MHz. If I reduce it down to 15Mhz, I can see the Matrix demo as intended (disregarding the flicker). However, any thing over that frequency makes the display behavior unpredictable.
Since the original kernel source only supports two displays, one being 4.6Mhz and other being 7.8Mhz, I was wondering whether AM1808 supports high speed displays and if it does, has anyone got tips about how to make it work?