commit | c883d6a0f408b0f319637a7e9b2d6099ada75a9f | [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 | cf31914cf2cd681b3e3681523afbfffb8d8a119b [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>