]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: exynos_dw_mmc: Read common bus-width property
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 8 Aug 2024 03:14:32 +0000 (22:14 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 19 Aug 2024 07:09:06 +0000 (16:09 +0900)
commitd355c1cf619c508ca18bff57025dea98c62b95e2
tree37441cc754b24408a4e70463710d620ebb38e166
parent56ba9455a5dc2faaf409aa4e403576ec9b85ac6c
mmc: exynos_dw_mmc: Read common bus-width property

Instead of using non-standard "samsung,bus-width" dts property, read
common "bus-width" property used in upstream Linux kernel. It's safe to
do so, as "bus-width" property was already added to corresponding nodes
in all affected Exynos device tree files.

No functional change.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/mmc/exynos_dw_mmc.c
drivers/mmc/s5p_sdhci.c