commit | 70a3030b9b8c0f5ca7b949bd4e1c19179928bfec | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Thu Sep 05 09:55:01 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:36 2019 +0200 |
tree | 0562dc4665be61027161c5aea36da028e8b8b175 | |
parent | 058c135db2d6d8e4da1933db1ac4b3e9b4c05344 [diff] |
spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driver After this patch the mxs_gpio.c DM/DTS driver can be used at early SPL to read states of gpio pins (and for example alter the boot flow). It was necessary to adjust its name to 'fsl_imx_2{38}_gpio' to match requirements for SPL_OF_PLATDATA usage. Signed-off-by: Lukasz Majewski <lukma@denx.de>