Re: [PATCH] h8300: remove unnecessary of_platform_populate call

2018-07-22 Thread Yoshinori Sato
On Wed, 20 Jun 2018 06:40:54 +0900, Rob Herring wrote: > > The DT core will call of_platform_populate, so it is not necessary for > arch 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: Yoshinori S

Re: [PATCH] h8300: remove unnecessary of_platform_populate call

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_populate, so it is not necessary for > arch 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: Yoshinori Sato