diff options
| author | Stefan Bosch <[email protected]> | 2022-12-18 12:25:33 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-02 16:06:08 -0500 |
| commit | 5745de2c9d4beec60ffd6aa74beef9e4ac415ba5 (patch) | |
| tree | 3c7f767de03b61f582837e3da0e582d5e1a08350 /arch | |
| parent | c8ba27f7603df729cffcb656112fdf3ba0f8a20c (diff) | |
arm: s5p4418: dm_serial: switch to DM_SERIAL
Switch the S5P4418-SOC and therefore the s5p4418_nanopi2 board to
DM_SERIAL.
Signed-off-by: Stefan Bosch <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-nexell/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-nexell/Kconfig b/arch/arm/mach-nexell/Kconfig index 86a23986373..16324e15206 100644 --- a/arch/arm/mach-nexell/Kconfig +++ b/arch/arm/mach-nexell/Kconfig @@ -6,8 +6,8 @@ config ARCH_S5P4418 select OF_CONTROL select OF_SEPARATE select NX_GPIO - select PL011_SERIAL - select PL011_SERIAL_FLUSH_ON_INIT + select DM_SERIAL + select PL01X_SERIAL help Enable support for Nexell S5P4418 SoC. |
