commit | ca3dcd3ff5b13a31a09a0119dc484b97ec19c4c8 | [log] [tgz] |
---|---|---|
author | Jerome Brunet <jbrunet@baylibre.com> | Mon Oct 02 14:27:41 2017 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Oct 04 10:41:42 2017 +0200 |
tree | 8a664f92c3218e17fb1050234cee3565c4ce22d0 | |
parent | de3ee99b097dd51938276e3af388cd4ad0f2750a [diff] |
mmc: meson-gx: make sure the clock is rounded down Using CLK_DIVIDER_ROUND_CLOSEST is unsafe as the mmc clock could be rounded to a rate higher the specified rate. Removing this flag ensure that, if the rate needs to be rounded, it will be rounded down. Fixes: 51c5d8447bd7 ("MMC: meson: initial support for GX platforms") Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Reviewed-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>