On Sun, 5 Dec 2021 17:13:42 +0200 Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > 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. Indeed - missed this one. I'll fix up for v3. I just checked and no others in this set. > > Also, check that you drop OF dependencies (where it's the case) from a > certain Kconfig. There were very few with an OF dependency in this set (just the ads124s08 in patch 11). Jonathan > > > > static const struct of_device_id adc12138_dt_ids[] = { > > > { .compatible = "ti,adc12130", }, > > > { .compatible = "ti,adc12132", }, >