Re: [PATCH] drivers: bus: simple-pm-bus: Fix compability with simple-bus for auxdata

2021-01-17 Thread Tony Lindgren
* Geert Uytterhoeven [210115 09:57]: > CC DT > > On Fri, Jan 15, 2021 at 10:42 AM Tony Lindgren wrote: > > Later on we may want to consider handling simple-pm-bus directly in > > drivers/of/platform.c as then we no longer need the platform data for > > simple-pm-bus. As we still need a device

Re: [PATCH] drivers: bus: simple-pm-bus: Fix compability with simple-bus for auxdata

2021-01-15 Thread Geert Uytterhoeven
CC DT On Fri, Jan 15, 2021 at 10:42 AM Tony Lindgren wrote: > After converting am335x to probe devices with simple-pm-bus I noticed > that we are not passing auxdata for of_platform_populate() like we do > with simple-bus. > > While device tree using SoCs should no longer need platform data,

[PATCH] drivers: bus: simple-pm-bus: Fix compability with simple-bus for auxdata

2021-01-15 Thread Tony Lindgren
After converting am335x to probe devices with simple-pm-bus I noticed that we are not passing auxdata for of_platform_populate() like we do with simple-bus. While device tree using SoCs should no longer need platform data, there are still quite a few drivers that still need it. Let's fix the