]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
serial: s5p: Add Exynos850 compatible
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 11 Jan 2024 03:09:06 +0000 (21:09 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 24 Jan 2024 02:23:20 +0000 (11:23 +0900)
Enable serial support for Exynos850 SoC by adding the corresponding
compatible string. No additional changes needed, the driver works as is
on Exynos850. Related USI and PMU configuration is enabled in separate
drivers. The only other dependencies are clock and pinctrl drivers,
which are already enabled too.

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

index 7d04dcff54fcb874266e94e9103534a068210383..801b7645afa4773e82056bb6e10b2da044e91849 100644 (file)
@@ -257,6 +257,7 @@ static const struct dm_serial_ops s5p_serial_ops = {
 
 static const struct udevice_id s5p_serial_ids[] = {
        { .compatible = "samsung,exynos4210-uart",      .data = PORT_S5P },
+       { .compatible = "samsung,exynos850-uart",       .data = PORT_S5P },
        { .compatible = "apple,s5l-uart",               .data = PORT_S5L },
        { }
 };