[PATCH 2/5] serial: s5p: Add Apple M1 support
Simon Glass
sjg at chromium.org
Sat Sep 25 15:27:45 CEST 2021
On Sun, 19 Sept 2021 at 21:15, Simon Glass <sjg at chromium.org> wrote:
>
> Hi Mark,
>
> On Sat, 18 Sept 2021 at 07:55, Mark Kettenis <kettenis at openbsd.org> 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 <kettenis at openbsd.org>
> > ---
> > arch/arm/include/asm/arch-m1/clk.h | 11 ++++++++
> > arch/arm/include/asm/arch-m1/uart.h | 41 +++++++++++++++++++++++++++++
> > arch/arm/mach-apple/board.c | 5 ++++
> > drivers/serial/Kconfig | 2 +-
> > drivers/serial/serial_s5p.c | 22 ++++++++++++++++
> > 5 files changed, 80 insertions(+), 1 deletion(-)
> > create mode 100644 arch/arm/include/asm/arch-m1/clk.h
> > create mode 100644 arch/arm/include/asm/arch-m1/uart.h
> >
Tested on: Macbook Air M1
Tested-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list