From mboxrd@z Thu Jan 1 00:00:00 1970 From: Faiz Abbas Date: Tue, 12 Feb 2019 14:28:09 +0530 Subject: [U-Boot] [PATCH v3 03/13] mmc: am654_sdhci: Remove quirks In-Reply-To: <20190212085819.31395-1-faiz_abbas@ti.com> References: <20190212085819.31395-1-faiz_abbas@ti.com> Message-ID: <20190212085819.31395-4-faiz_abbas@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The host controller works perfectly well without having to add any quirks. Remove them. Signed-off-by: Faiz Abbas Reviewed-by: Tom Rini --- drivers/mmc/am654_sdhci.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/mmc/am654_sdhci.c b/drivers/mmc/am654_sdhci.c index 3afdb58293..69914deb0c 100644 --- a/drivers/mmc/am654_sdhci.c +++ b/drivers/mmc/am654_sdhci.c @@ -54,9 +54,6 @@ static int am654_sdhci_probe(struct udevice *dev) return clock; } - host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD | - SDHCI_QUIRK_BROKEN_R1B; - host->max_clk = clock; ret = sdhci_setup_cfg(&plat->cfg, host, plat->f_max, -- 2.19.2