mmc: exynos_dw_mmc: Add exynos850 compatible
authorSam Protsenko <semen.protsenko@linaro.org>
Sun, 26 Oct 2025 01:06:57 +0000 (20:06 -0500)
committerPeng Fan <peng.fan@nxp.com>
Fri, 7 Nov 2025 01:28:29 +0000 (09:28 +0800)
commitcd7b26a254c1685f2519b78f6fa11577cdcfc114
treede36dd7abab60a6c8691195c13435cf90099001f
parent1e665e543c51d665f3fe1f8dc428f86198812ead
mmc: exynos_dw_mmc: Add exynos850 compatible

Up until now "samsung,exynos7-dw-mshc-smu" compatible was used for
Exynos850 SoC, as it's present in its device tree. But Exynos850 device
tree also supports "samsung,exynos850-dw-mshc-smu" compatible string.
Add it in compatible ID list in the driver so that it can be matched
against this string for Exynos850 device tree.

No functional change, as the driver data is just a copy of
"samsung,exynos7-dw-mshc-smu" data for now.

Signed-off-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