]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
serial: samsung: honor fifosize from dts at first
authorTamseel Shams <m.shams@samsung.com>
Tue, 20 Feb 2024 10:12:27 +0000 (15:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 2 Mar 2024 21:04:05 +0000 (22:04 +0100)
commitb8a4ed3405d5f3f92a211ccc2579e54345bc3aeb
treeff63d80a3da6791451f1e3d065fbb7c2dd1d2b07
parentf75a010dcba0270c403cb680a0c662293dd98a60
serial: samsung: honor fifosize from dts at first

Currently for platforms which passes UART fifosize from DT gets
override by local driver structure "s3c24xx_serial_drv_data",
which is not intended. Change the code to honor fifosize from
device tree at first.

Signed-off-by: Tamseel Shams <m.shams@samsung.com>
Link: https://lore.kernel.org/r/20240220101227.80741-1-m.shams@samsung.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/samsung_tty.c