]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mmc: s5p_sdhci: add samsung,exynos4210-sdhci compatible
authorHenrik Grimler <henrik@grimler.se>
Sun, 20 Jul 2025 17:00:27 +0000 (19:00 +0200)
committerPeng Fan <peng.fan@nxp.com>
Thu, 24 Jul 2025 04:35:35 +0000 (12:35 +0800)
the Exynos4210 devices in u-boot uses samsung,exynos4412-sdhci as
sdhci compatible in their DTSes, while the upstream DTSes uses
samsung,exynos4210-sdhci.

Add samsung,exynos4210-sdhci compatible string for s5p_sdhci driver as
well so that it can be used with upstream DTSes.

Signed-off-by: Henrik Grimler <henrik@grimler.se>
Reviewed-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/s5p_sdhci.c

index b2faecefc00f479f53c2c6156da66a8fe46e4529..c80033d87529b1928975608487961b205cc3afbf 100644 (file)
@@ -226,6 +226,7 @@ static int s5p_sdhci_bind(struct udevice *dev)
 
 static const struct udevice_id s5p_sdhci_ids[] = {
        { .compatible = "samsung,exynos4412-sdhci"},
+       { .compatible = "samsung,exynos4210-sdhci"},
        { }
 };