From 942b5fc03218d1c94468fc658e7dec65dabcc830 Mon Sep 17 00:00:00 2001 From: Benedikt Grassl Date: Tue, 14 Apr 2020 07:32:12 +0200 Subject: mmc: zynq: parse dt when probing Currently, the entry "bus-width = <8>" in the ZynqMP's sdhci nodes is not evaluated. This results in the bus width staying at its default value (4 bit in HS200 mode). Fix this by calling mmc_of_parse. This function also checks for the "no-1-8-v" and "max-frequency" entries. Remove the handling of those nodes from this driver. Signed-off-by: Benedikt Grassl Reviewed-by: Jaehoon Chung Signed-off-by: Michal Simek --- include/sdhci.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/sdhci.h b/include/sdhci.h index aa4378fd579..0ef8c2ed62d 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -243,7 +243,6 @@ #define SDHCI_QUIRK_BROKEN_HISPD_MODE BIT(5) #define SDHCI_QUIRK_WAIT_SEND_CMD (1 << 6) #define SDHCI_QUIRK_USE_WIDE8 (1 << 8) -#define SDHCI_QUIRK_NO_1_8_V (1 << 9) /* to make gcc happy */ struct sdhci_host; -- cgit v1.2.3