Dear All,
we are using L138 EVM and custom daughter card which has LCD interface. We use SPI1 to configure LCD driver. We use SPI1_SCS[2] for chip select. I have made following changes in kernel source. Currently on EVM SPI flash is on SPI1 interface with SPI_SCS[0].
I am using dvsdk_omapl138-evm_4_01_00_09 and kernel version is linux-2.6.33-rc4-psp03.20.00.14
-----------------------------------------------------------------------------------------------------------------------
In file board_arch/arm/mach-davinci/da850.c
struct davinci_ili9325_info davinci_spi_ili9325_info = {
.chip_sel = 0x04, //ToDo: double check this
.commit_delay = 3,
};