On Wed, Mar 30, 2022 at 05:02:47PM +0300, Andy Shevchenko wrote: > On Wed, Mar 30, 2022 at 03:20:32PM +0200, Miquel Raynal wrote: ... > In such case I would change (2) to > > static const struct dw8250_platform_data dw8250_dw_apb = { > }; ... > > +static const struct dw8250_platform_data dw8250_renesas_rzn1_data = {}; Btw, it makes sense to apply the above suggestion here as well static const struct dw8250_platform_data dw8250_renesas_rzn1_data = { }; -- With Best Regards, Andy Shevchenko