Commit 7dea9ec5 authored by Igal Liberman's avatar Igal Liberman Committed by Scott Wood

powerpc/mpc85xx: Add FMan platform support

Get the FMan devices/sub-nodes (MAC, MDIO, etc.) auto-probed
Signed-off-by: default avatarIgal Liberman <Igal.Liberman@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent eedea67b
...@@ -40,6 +40,7 @@ static const struct of_device_id mpc85xx_common_ids[] __initconst = { ...@@ -40,6 +40,7 @@ static const struct of_device_id mpc85xx_common_ids[] __initconst = {
{ .compatible = "fsl,qoriq-pcie-v2.4", }, { .compatible = "fsl,qoriq-pcie-v2.4", },
{ .compatible = "fsl,qoriq-pcie-v2.3", }, { .compatible = "fsl,qoriq-pcie-v2.3", },
{ .compatible = "fsl,qoriq-pcie-v2.2", }, { .compatible = "fsl,qoriq-pcie-v2.2", },
{ .compatible = "fsl,fman", },
{}, {},
}; };
......
...@@ -108,6 +108,9 @@ static const struct of_device_id of_device_ids[] = { ...@@ -108,6 +108,9 @@ static const struct of_device_id of_device_ids[] = {
{ {
.compatible = "fsl,qe", .compatible = "fsl,qe",
}, },
{
.compatible = "fsl,fman",
},
/* The following two are for the Freescale hypervisor */ /* The following two are for the Freescale hypervisor */
{ {
.name = "hypervisor", .name = "hypervisor",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment