commit | 8171f99e7db072383e20125e54c59f4a40272892 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Wed Jun 13 08:02:55 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Nov 02 15:57:14 2018 +0100 |
tree | 307e330542a80ad49b066c428256333d3b3da03a | |
parent | 33633ebb1c9a25a439dadea9818bfcdac46cdfff [diff] |
mmc: tmio: Configure clock before any other IOS Configure the clock settings before reconfiguring any other IO settings. This is required when the clock must be stopped before changing eg. the pin configuration or any of the other properties of the bus. Running the clock configuration first allows the MMC core to do just that. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>