commit | 6be0656a0f604b44708feb8c579486fbe444eb3e | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Thu Sep 05 09:54:58 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:36 2019 +0200 |
tree | c6d350d88d3136c40931dfcac80de6c869230b2b | |
parent | 35223a6ca4a19821ece88e5fcbaf9d879d912038 [diff] |
spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driver After this patch the mxs_spi.c DM/DTS driver can be used at early SPL to read payload from SPI-NOR memories. It was necessary to adjust its name to 'fsl_imx_2{38}_spi' to match requirements for SPL_OF_PLATDATA usage. Signed-off-by: Lukasz Majewski <lukma@denx.de>