]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commitc2e8b97c608eb27b82e3a7330b26c2be6684fdae
treef8775edecfefe17a71ce2589deb32e22f2d63d39
parentf09a355d178af276a7c914dec12ce0485de124ae
serial: s5p: Add Exynos850 compatible

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