Re: [U-Boot] [PATCH 08/11] dm: spi: Update sandbox SPI emulation driver to use ofnode

2018-07-09 Thread Simon Glass
On 11 June 2018 at 13:07, Simon Glass wrote: > Update the parameters sandbox_sf_bind_emul to support livetree. > > Signed-off-by: Simon Glass > --- > > drivers/mtd/spi/sandbox.c | 9 + > include/spi_flash.h | 2 +- > test/dm/spi.c | 8 > 3 files changed, 10 ins

[U-Boot] [PATCH 08/11] dm: spi: Update sandbox SPI emulation driver to use ofnode

2018-06-11 Thread Simon Glass
Update the parameters sandbox_sf_bind_emul to support livetree. Signed-off-by: Simon Glass --- drivers/mtd/spi/sandbox.c | 9 + include/spi_flash.h | 2 +- test/dm/spi.c | 8 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/drivers/mtd/spi/sandb