I want to configure spi in slave mode for i.mx53. In which the processor will be in slave mode. So In order to work in slave mode can any body provide me the link how to update mx53_loco file and driver file.
The patch that was attached is to make the MX6 behave as a SPI slave device. By default, the driver provided in the BSP configures the MX6 SPI to be master.
So if you have a SPI slave device with MX6 as SPI master, then you do not need this patch.
Should work on MX6 as well since the same eCSPI module is present on MX6. You will have to port it to the driver that is included as part of the MX6 BSP.