]> git.baikalelectronics.ru Git - kernel.git/commit
memory: fsl_ifc: populate child nodes of buses and mfd devices
authorLi Yang <leoyang.li@nxp.com>
Mon, 7 Mar 2022 20:41:18 +0000 (14:41 -0600)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 6 Apr 2022 07:39:16 +0000 (09:39 +0200)
commit31d02f70185dd113d2ca45b1bb93e665fb9602de
tree93883d025eed4837af7b23424f2f350ffe643851
parent9fed5c89a5346395dbea2c987daa69e87a5af77c
memory: fsl_ifc: populate child nodes of buses and mfd devices

Commit 686806e647ab ("memory: fsl_ifc: populate child devices without
relying on simple-bus") 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: 686806e647ab ("memory: fsl_ifc: populate child devices without relying on simple-bus")
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Link: https://lore.kernel.org/r/20220307204118.19093-1-leoyang.li@nxp.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/memory/fsl_ifc.c