serial: s5p: Add Apple M1 support
authorMark Kettenis <kettenis@openbsd.org>
Sat, 23 Oct 2021 14:58:04 +0000 (16:58 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 31 Oct 2021 12:46:44 +0000 (08:46 -0400)
commitd520e1fb7276d9d14f3cf35e028c5fdb934b049c
tree99b79a26402e562e3dc337007ebf2cda1c38d7f0
parent003b657edcdc7ee96b7df277a16480129a5260a7
serial: s5p: Add Apple M1 support

Apple M1 SoCs include an S5L UART which is a variant of the S5P
UART.  Add support for this variant and enable it by default
on Apple SoCs.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig
arch/arm/include/asm/arch-m1/uart.h [new file with mode: 0644]
configs/apple_m1_defconfig
drivers/serial/Kconfig
drivers/serial/serial_s5p.c