Existing samsung uart driver has separately added ARTPEC-8 specific driver data, which is added long back (> 2yrs). This driver data can be removed and other similar driver data like exynos8895 can be used with some changes in the dt-binding and device tree. This patch series does the same. NOTE: This series is useful for the upcoming ARTPEC-9 base patches where uart is exactly same as the ARTPEC-8. Ravi Patel (3): dt-bindings: serial: samsung: Update axis,artpec8-uart to use samsung,uart-fifosize arm64: dts: axis: Add samsung,exynos8895-uart compatible for serial node tty: serial: samsung: Remove unused artpec-8 specific code .../bindings/serial/samsung_uart.yaml | 2 +- arch/arm64/boot/dts/exynos/axis/artpec8.dtsi | 3 +- drivers/tty/serial/Kconfig | 2 +- drivers/tty/serial/samsung_tty.c | 38 ------------------- 4 files changed, 4 insertions(+), 41 deletions(-) -- 2.17.1