On Sun, 19 Sept 2021 at 21:15, Simon Glass <s...@chromium.org> wrote: > > Hi Mark, > > On Sat, 18 Sept 2021 at 07:55, Mark Kettenis <kette...@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 <kette...@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 <s...@chromium.org>