Re: [PATCH] ARM: at91: remove unnecessary of_platform_default_populate calls

2018-07-11 Thread Alexandre Belloni
On 11/07/2018 12:13:17-0600, Rob Herring wrote: > On Wed, Jul 11, 2018 at 10:15 AM Alexandre Belloni > wrote: > > > > Hi, > > > > On 09/07/2018 09:50:47-0600, Rob Herring wrote: > > > On Tue, Jun 19, 2018 at 3:40 PM Rob Herring wrote: > > > > > > > > The DT core will call of_platform_default_popu

Re: [PATCH] ARM: at91: remove unnecessary of_platform_default_populate calls

2018-07-11 Thread Rob Herring
On Wed, Jul 11, 2018 at 10:15 AM Alexandre Belloni wrote: > > Hi, > > On 09/07/2018 09:50:47-0600, Rob Herring wrote: > > On Tue, Jun 19, 2018 at 3:40 PM Rob Herring wrote: > > > > > > The DT core will call of_platform_default_populate, so it is not > > > necessary for machine specific code to ca

Re: [PATCH] ARM: at91: remove unnecessary of_platform_default_populate calls

2018-07-11 Thread Alexandre Belloni
Hi, On 09/07/2018 09:50:47-0600, Rob Herring wrote: > On Tue, Jun 19, 2018 at 3:40 PM Rob Herring wrote: > > > > The DT core will call of_platform_default_populate, so it is not > > necessary for machine specific code to call it unless there are custom > > match entries, auxdata or parent device.

Re: [PATCH] ARM: at91: remove unnecessary of_platform_default_populate calls

2018-07-09 Thread Rob Herring
On Tue, Jun 19, 2018 at 3:40 PM Rob Herring wrote: > > The DT core will call of_platform_default_populate, so it is not > necessary for machine specific code to call it unless there are custom > match entries, auxdata or parent device. Neither of those apply here, so > remove the call. > > Cc: Nic