commit | c477ae714f7877dae43dffccd9353f6e7fee38fd | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Sat Mar 04 10:45:44 2017 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Mon Mar 20 19:01:34 2017 +0100 |
tree | 18ae13a4b3d686a73545d21abff704e842ca8cb9 | |
parent | ea00a6c196a44907a3946bd105cc620b322023fc [diff] |
imx: mx6slevk: enable more DM drivers Enable more DM drivers. The imx I2C/MMC DM drivers needs DM_GPIO enabled. So needs to enable them together. DM FEC and SPI are not enabled, but they use gpio in board code. So use gpio_request first to request the gpio, because DM_GPIO is enabled. Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>