commit | 819c626bb0132afadf26061026c1eb6fc3b1efc7 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Sep 05 11:04:18 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 22 07:39:56 2017 -0400 |
tree | 33bb7e5d4a4684e95d4d4628c13b08ad3a72bd1f | |
parent | 44913a185fc8f0de27c3fcba424309b4e0098a43 [diff] |
mmc: sti_sdhci: Rework sti_mmc_core_config() Use struct udevice* as input parameter. Previous parameters are retrieved through plat and priv data. This to prepare to use the reset framework. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org>