Re: [PATCH] memory: fsl_ifc: populate child nodes of buses and mfd devices

From: Krzysztof Kozlowski
Date: Thu Mar 17 2022 - 03:33:37 EST


On 07/03/2022 21:41, Li Yang wrote:
> Commit 98f1323959b8 was trying to replace the "simple-bus" compatible
> with explicit bus populate in the driver. But of_platform_populate()
> only populates child nodes of ifc without populating child buses and
> child mfd devices residing under ifc. Change it to
> of_platform_default_populate() to fix the problem.
>
> Fixes: 98f1323959b8 ("memory: fsl_ifc: populate child devices without relying on simple-bus")
>
> Signed-off-by: Li Yang <leoyang.li@xxxxxxx>
> ---
> drivers/memory/fsl_ifc.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>

It's too late for upcoming cycle (patches after rc6 usually do not make
it), so I will pick it up after merge window.


Best regards,
Krzysztof