]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mmc: exynos_dw_mmc: Add compatible string for Exynos5250
authorLukas Timmermann <uboot@timmermann.space>
Tue, 14 Oct 2025 11:40:32 +0000 (13:40 +0200)
committerPeng Fan <peng.fan@nxp.com>
Thu, 30 Oct 2025 02:11:17 +0000 (10:11 +0800)
This driver got successfully tested with an upstream device tree
and an Exynos5250. The board in question is samsung-manta
(Google Nexus 10) which we are getting ready for upstream.
For the u-boot port was just this additional compatible string needed.

Signed-off-by: Lukas Timmermann <uboot@timmermann.space>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/exynos_dw_mmc.c

index 12e37cb4b7884c5cdac0303245c93988d034459a..0597cd7f0c7eaf5d24e762b24e952c982546b5b1 100644 (file)
@@ -378,6 +378,9 @@ static const struct udevice_id exynos_dwmmc_ids[] = {
        }, {
                .compatible     = "samsung,exynos5420-dw-mshc",
                .data           = (ulong)&exynos5_drv_data,
+       }, {
+               .compatible     = "samsung,exynos5250-dw-mshc",
+               .data           = (ulong)&exynos5_drv_data,
        }, {
                .compatible     = "samsung,exynos-dwmmc",
                .data           = (ulong)&exynos5_drv_data,