On Fri, Jul 30, 2021 at 5:50 PM Sam Protsenko <semen.protsenko@xxxxxxxxxx> wrote: > > Add serial driver data for Exynos850 SoC. This driver data is basically > reusing EXYNOS_COMMON_SERIAL_DRV_DATA, which is common for all Exynos > chips, but also enables USI init, which was added in previous commit: > "tty: serial: samsung: Init USI to keep clocks running". ... > +static struct s3c24xx_serial_drv_data exynos850_serial_drv_data = { > + EXYNOS_COMMON_SERIAL_DRV_DATA_USI(1), > + .fifosize = { 0, }, 0 is the default for static globally defined variables. > +}; -- With Best Regards, Andy Shevchenko