On Sun, Dec 5, 2021 at 5:12 PM Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > On Sat, Dec 4, 2021 at 7:07 PM Jonathan Cameron <jic23@xxxxxxxxxx> wrote: ... > > -#ifdef CONFIG_OF > > - > > It's a sign that somewhere should be of_match_ptr(). > Please, double check that you remove that as well in all conversion patches. Also, check that you drop OF dependencies (where it's the case) from a certain Kconfig. > > static const struct of_device_id adc12138_dt_ids[] = { > > { .compatible = "ti,adc12130", }, > > { .compatible = "ti,adc12132", }, -- With Best Regards, Andy Shevchenko