Re: [PATCH 7/7] openrisc: remove the redundant of_platform_populate

2016-09-19 Thread Rob Herring
On Mon, Sep 19, 2016 at 9:32 AM, Jonas Bonn wrote: > On 09/16/2016 04:43 PM, Stafford Horne wrote: >> >> From: Rob Herring >> >> The of_platform_populate call in the openrisc arch code is now redundant >> as the DT core provides a default call. Openrisc has a NULL match table >> which means only

Re: [PATCH 7/7] openrisc: remove the redundant of_platform_populate

2016-09-19 Thread Stafford Horne
On Mon, 19 Sep 2016, Jonas Bonn wrote: On 09/16/2016 04:43 PM, Stafford Horne wrote: From: Rob Herring The of_platform_populate call in the openrisc arch code is now redundant as the DT core provides a default call. Openrisc has a NULL match table which means only top level nodes with c

Re: [PATCH 7/7] openrisc: remove the redundant of_platform_populate

2016-09-19 Thread Jonas Bonn
On 09/16/2016 04:43 PM, Stafford Horne wrote: From: Rob Herring The of_platform_populate call in the openrisc arch code is now redundant as the DT core provides a default call. Openrisc has a NULL match table which means only top level nodes with compatible strings will have devices creates. Th

[PATCH 7/7] openrisc: remove the redundant of_platform_populate

2016-09-16 Thread Stafford Horne
From: Rob Herring The of_platform_populate call in the openrisc arch code is now redundant as the DT core provides a default call. Openrisc has a NULL match table which means only top level nodes with compatible strings will have devices creates. The default version will also descend nodes in the