]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: meson-gx: add basic tuning for rx clock phase
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 4 Apr 2017 19:11:17 +0000 (21:11 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Apr 2017 19:42:21 +0000 (21:42 +0200)
commit0b6ed71c3e95abf6cd1dbfc53919defdce3449f5
tree386620605c9719a837668c15ac3f7043597f237f
parentc08bcb6c90068d8eacffdb8b5f77916de5481a72
mmc: meson-gx: add basic tuning for rx clock phase

This patch adds basic tuning which changes the rx clock phase only
until a working setting is found.

On a Odroid C2 with 128GB eMMC card and 200 MHz MMC clock only
180° rx clock phase make the system boot w/o CRC errors.

With other MMC devices / clock speeds this might be different,
therefore don't change the driver config in general.

When retuning skip the currently active parameter set. This avoids
the current problematic config to be chosen again if it causes CRC
errors just occasionally.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/meson-gx-mmc.c