commit | 220b8dadd95dde49c10b9253d2c628e2d5dc50ca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:27 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:17 2017 +0900 |
tree | 373e87fc84a791b405b26edb416e01bc7eb3a707 | |
parent | 5f08bb694d1c0d03f6b5a9b64de0ce5e2cb0d87a [diff] |
dm: imx: cm_fx6: Add MMC support for CONFIG_BLK When CONFIG_BLK is enabled our weak board_mmc_init() will not be called. Since there is no clock driver for MX6 yet, we must manually enable the clocks. Signed-off-by: Simon Glass <sjg@chromium.org>