commit | ec0c81f8edb81de9ab7ad50150ee634d36cbcf9c | [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 | c2050e10e11b7226f01aa18d49b9d4a2322723ca [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>