[PATCH] ARM: imx6q: drop of_platform_default_populate() from init_machine

Shawn Guo shawnguo at kernel.org
Fri Jun 11 20:55:02 PDT 2021


On Tue, May 25, 2021 at 12:01:08PM +0200, Marco Felsch wrote:
> Dropping the machine_init specific of_platform_default_populate() can be
> done safely due to the following two facts:
> 
> 1)
> Since commit 44a7185c2ae6 ("of/platform: Add common method to populate
> default bus") we have a common method to populate the devices.
> 
> 2)
> The machine_init code don't need bounded devices<>drivers since the code
> uses syscon_regmap_lookup_by_compatible() which register a syscon
> device on demand.
> 
> Signed-off-by: Marco Felsch <m.felsch at pengutronix.de>

Applied, thanks.



More information about the linux-arm-kernel mailing list