commit | 1b888b888c2bf92de1cc5b3bd0c27d91e55cadc8 | [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 | 680c2a05fa421e571ede3a932ed7b538a818ff50 [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>