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

2021-10-14 Thread Mark Kettenis
> From: Simon Glass > Date: Mon, 11 Oct 2021 11:00:39 -0600 > > Hi Mark, > > On Sun, 3 Oct 2021 at 12:33, 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. > > > >

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

2021-10-11 Thread Simon Glass
Hi Mark, On Sun, 3 Oct 2021 at 12:33, 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 > --- > arch/arm/Kconfig| 1 + >

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

2021-10-03 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 --- arch/arm/Kconfig| 1 + arch/arm/include/asm/arch-m1/uart.h | 41 +++