]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: meson-gx: remove CLK_DIVIDER_ALLOW_ZERO clock flag
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 21 Aug 2017 16:02:47 +0000 (18:02 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 13:03:41 +0000 (15:03 +0200)
commit41ea71202fdf4bdb4b3668302189ff41e668f25d
tree081c22bd05077cce310273c4092294547df35dfc
parentb73fd49299554a26ecc65646e34d1406dd4fdebc
mmc: meson-gx: remove CLK_DIVIDER_ALLOW_ZERO clock flag

Remove CLK_DIVIDER_ALLOW_ZERO. This flag means that a 1 based divider
with a 0 value will behave as a bypass clock

The mmc divider does not behave like this, a 0 value disables the clock
Remove this flag so CCF never allows a 0 value on this clock

Fixes: 4c77fcf0201d ("MMC: meson: initial support for GX platforms")
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/meson-gx-mmc.c