
25 May
2017
25 May
'17
2:05 a.m.
Update the SPI uclass to support a live device tree. Also adjust spi_slave_ofdata_to_platdata() to accept a device instead of a blob and offset.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v3: None Changes in v2: None
drivers/spi/spi-uclass.c | 31 ++++++++++++++----------------- include/spi.h | 2 +- 2 files changed, 15 insertions(+), 18 deletions(-)
Applied to u-boot-dm