[PATCH v1 0/4] arm: s5p4418: migrate to DM_SERIAL

Stefan Bosch stefan_b at posteo.net
Sun Dec 18 12:53:01 CET 2022


This patch-series migrates the S5P4418-SOC and therefore also the
s5p4418_nanopi2 board from CONFIG_SERIAL to CONFIG_DM_SERIAL.


Stefan Bosch (4):
  arm: s5p4418: dm_serial: add driver source code
  arm: s5p4418: dm_serial: add uarts to dts
  arm: s5p4418: dm_serial: switch to DM_SERIAL
  arm: s5p4418: dm_serial: remove old code / add DEBUG_UART

 MAINTAINERS                           |  1 +
 arch/arm/cpu/armv7/s5p4418/cpu.c      | 29 ---------
 arch/arm/dts/s5p4418-nanopi2.dts      |  6 ++
 arch/arm/dts/s5p4418-pinctrl.dtsi     | 71 ++++++++++++++++++++
 arch/arm/dts/s5p4418.dtsi             | 40 ++++++++++++
 arch/arm/mach-nexell/Kconfig          |  4 +-
 arch/arm/mach-nexell/clock.c          |  2 +-
 configs/s5p4418_nanopi2_defconfig     |  8 ++-
 drivers/serial/Kconfig                |  9 +++
 drivers/serial/Makefile               |  1 +
 drivers/serial/serial_s5p4418_pl011.c | 94 +++++++++++++++++++++++++++
 include/configs/s5p4418_nanopi2.h     |  8 +--
 12 files changed, 235 insertions(+), 38 deletions(-)
 create mode 100644 drivers/serial/serial_s5p4418_pl011.c

-- 
2.17.1



More information about the U-Boot mailing list