mmc: sdhci_am654: Fix conditions for enabling dll
authorFaiz Abbas <faiz_abbas@ti.com>
Fri, 19 Jun 2020 12:57:58 +0000 (18:27 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Jul 2020 10:18:23 +0000 (12:18 +0200)
commitfe52e2fbc6ef3b36dafebde61d1d87717bcde3d4
treea43b7f50a3204985f0e9348c18b1db454aed5623
parent09db994358ece22ab68190f8be020411bef5d2e2
mmc: sdhci_am654: Fix conditions for enabling dll

The clock > CLOCK_TOO_SLOW_HZ condition gating phy configuration
is only required because dll should not be enabled at too low a
clock frequency or too low timing. Make sure that this condition
only gates dll enablement.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Link: https://lore.kernel.org/r/20200619125801.9530-5-faiz_abbas@ti.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci_am654.c