Skip to content

Commit 3612dcc

Browse files
nehebgregkh
authored andcommitted
powerpc/85xx: Add fsl,ifc to common device ids
[ Upstream commit 25957f7 ] Add fsl,ifc to mpc85xx_common_ids so that of_platform_bus_probe creates a platform device for the IFC node even without 'simple-bus' in its compatible property. On P1010 and similar platforms the IFC node is a direct child of the root, so it must be explicitly matched to be populated. Fixes: 0bf51cc ("powerpc: dts: mpc85xx: remove "simple-bus" compatible from ifc node") Assisted-by: opencode:big-pickle Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260604043309.91280-1-rosenp@gmail.com Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 74b08b8 commit 3612dcc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/powerpc/platforms/85xx/common.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ static const struct of_device_id mpc85xx_common_ids[] __initconst = {
4242
{ .compatible = "fsl,qoriq-pcie-v2.3", },
4343
{ .compatible = "fsl,qoriq-pcie-v2.2", },
4444
{ .compatible = "fsl,fman", },
45+
/* IFC NAND and NOR controllers */
46+
{ .compatible = "fsl,ifc", },
4547
{},
4648
};
4749

0 commit comments

Comments
 (0)