Re: [PATCH v4 4/7] serial: s5p: Add Apple M1 support

2021-10-31 Thread Tom Rini
On Sat, Oct 23, 2021 at 04:58:04PM +0200, Mark Kettenis wrote: > 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 > Reviewed-by: Simon Glass Applied to

[PATCH v4 4/7] serial: s5p: Add Apple M1 support

2021-10-23 Thread Mark Kettenis
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 Reviewed-by: Simon Glass --- arch/arm/Kconfig| 1 + arch/arm/include/asm/arch-m1/uart.h | 41