]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mmc: sdhci-esdhc-imx: add 1-bit bus width support
authorLuke Wang <ziniu.wang_1@nxp.com>
Wed, 11 Mar 2026 09:50:07 +0000 (17:50 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 16 Mar 2026 15:13:49 +0000 (16:13 +0100)
commit60ed2f96c9842cd4e85e3229fdc6bec2a0fa9cfa
treec54ee5f8e8d7cd7ce4f6f2685eec25215e10415d
parent45319865ae6341bd500faad3c8d7889d7c8a051a
mmc: sdhci-esdhc-imx: add 1-bit bus width support

Add sdhci_get_property() call to parse common SDHCI DT properties,
including "bus-width = <1>" which sets SDHCI_QUIRK_FORCE_1_BIT_DATA
quirk for 1-bit data bus width configuration.

Remove the duplicate "no-1-8-v" property parsing since
sdhci_get_property() already handles it.

Signed-off-by: Luke Wang <ziniu.wang_1@nxp.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Haibo Chen <haibo.chen@nxp.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-esdhc-imx.c