From f18d4e43c908c691d97c2f2b8d0cb207ebeea361 Mon Sep 17 00:00:00 2001 From: Manish Narani Date: Mon, 23 Apr 2018 11:58:07 +0530 Subject: [PATCH] sdhci: arasan: Remove quirk for broken base clock This patch removes quirk which indicates a broken base clock. This was making the kernel report wrong base clock of ~187MHz instead of 200MHz even as the measurement on the hardware was showing 200MHz. Signed-off-by: Manish Narani Signed-off-by: Michal Simek --- drivers/mmc/host/sdhci-of-arasan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-of-arasan.c b/drivers/mmc/host/sdhci-of-arasan.c index 9b93f0d50e5c..336e4d077bad 100644 --- a/drivers/mmc/host/sdhci-of-arasan.c +++ b/drivers/mmc/host/sdhci-of-arasan.c @@ -488,7 +488,6 @@ static struct sdhci_ops sdhci_arasan_ops = { static const struct sdhci_pltfm_data sdhci_arasan_pdata = { .ops = &sdhci_arasan_ops, - .quirks = SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN, .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN | SDHCI_QUIRK2_CLOCK_DIV_ZERO_BROKEN, }; -- 2.39.2