commit | 4f6478d646a265d992bd4bba9adc318f5e580b26 | [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 | 5ec1f560f3cf082108cd6ed1fd29ae6557aa5a59 [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>