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.

AM335X: SPI configuration for LCD

I am attempting to use a higher resolution (800x480) lcd panel with the AM335x Starter Kit. This new LCD requires some configuration over SPI. I would like to know the best way to do this. I am using the latest Rowboat build of Android.

I have made an adapter board that connects all of the display pins on J1 and the SPI pins on J11 (the zigbee header) to the new display.

From my understanding I now need to do the following:

  • Edit the "NHD-4.3-ATXI#-T-1" panel in /kernel/drivers/video/da8xx-fb.c with the correct timing/resolution values.
  • Set the pinmux for the SPI pins on J11 and configure spidev. (Referring to this post. http://e2e.ti.com/support/arm/sitara_arm/f/791/t/218851.aspx)
  • Set the control registers on the LCD over the SPI

Does that sound reasonable? Is there a specific place I should stick the SPI writes?