On Fri, Feb 10, 2023 at 03:41:39PM +0000, Biju Das wrote: > The UART IP found on RZ/V2M SoC is Register-compatible with the > general-purpose 16750 UART chip. This patch updates RZ/V2M > port type from 16550A->16750 and also enables 64-bytes fifo support. ... > +#include <linux/of_device.h> property.h ... > + priv->info = of_device_get_match_data(dev); device_get_match_data() ... With Ilpo's comment addressed this looks good! -- With Best Regards, Andy Shevchenko