From 37c399066409f0923cbe45b49cf0a12c85afe4f4 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 23 Nov 2019 13:36:18 +0100 Subject: mmc: tmio: sdhi: Track SMPCMP valu in private data Retain the SMPCMP value from last calibration in private data. This will be later used for skipping bad taps. Signed-off-by: Marek Vasut Cc: Masahiro Yamada --- drivers/mmc/tmio-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mmc/tmio-common.h') diff --git a/drivers/mmc/tmio-common.h b/drivers/mmc/tmio-common.h index da89cc90c2..79f51d21af 100644 --- a/drivers/mmc/tmio-common.h +++ b/drivers/mmc/tmio-common.h @@ -137,6 +137,7 @@ struct tmio_sd_priv { struct clk clk; #endif #if CONFIG_IS_ENABLED(RENESAS_SDHI) + unsigned int smpcmp; u8 tap_set; u8 tap_num; u8 nrtaps; -- cgit v1.2.3