]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mmc: exynos_dw_mmc: add exynos5420 compatibles
authorJaehoon Chung <jh80.chung@samsung.com>
Sun, 20 Jul 2025 17:00:28 +0000 (19:00 +0200)
committerPeng Fan <peng.fan@nxp.com>
Thu, 24 Jul 2025 04:35:38 +0000 (12:35 +0800)
commitbda1e3f0e7d85ece6bddaed3024e3ef6593482cf
treefd6a7a388074e8ae5acc212e7d21f1c3433d3987
parent95f8a22e2a8aec2844ed48721e2ec676221fc3d3
mmc: exynos_dw_mmc: add exynos5420 compatibles

The exynos5420 DTSes in linux kernel uses the compatibles
samsung,exynos5420-dw-mshc{,-smu} instead of just
samsung,exynos-dwmmc. Match the additional compatibles in the driver
to make it possible to use it with DTSes from Linux kernel.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
[ grimler: rebase after clksel reg abstraction and re-write commit message ]
Signed-off-by: Henrik Grimler <henrik@grimler.se>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Anand Moon <linux.amoon@gmail.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/exynos_dw_mmc.c