
31 Oct
2015
31 Oct
'15
12:28 p.m.
On Thursday 29 October 2015 10:47 PM, Simon Glass wrote:
Please see the comment above:
/*
- If there is no such device, create one automatically. This means
- that we don't need a device tree node or platform data for the
- SPI flash chip - we will bind to the correct driver.
*/
This code is used when there is no device attached. It should not happen that you have a device tree node which is ignored when the SPI bus is bound. spi_post_bind() should pick up these node and create drivers for them.
Hmmmm, will drop this patch.
Regards Mugunthan V N