powerpc/mpc85xx: Add FMan platform support
authorIgal Liberman <Igal.Liberman@freescale.com>
Wed, 18 Feb 2015 14:04:45 +0000 (16:04 +0200)
committerScott Wood <scottwood@freescale.com>
Tue, 24 Mar 2015 00:51:16 +0000 (19:51 -0500)
Get the FMan devices/sub-nodes (MAC, MDIO, etc.) auto-probed

Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/platforms/85xx/common.c
arch/powerpc/platforms/85xx/corenet_generic.c

index 4a9ad87..7bfb9b1 100644 (file)
@@ -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.3", },
        { .compatible = "fsl,qoriq-pcie-v2.2", },
+       { .compatible = "fsl,fman", },
        {},
 };
 
index 1f309cc..902358d 100644 (file)
@@ -108,6 +108,9 @@ static const struct of_device_id of_device_ids[] = {
        {
                .compatible     = "fsl,qe",
        },
+       {
+               .compatible    = "fsl,fman",
+       },
        /* The following two are for the Freescale hypervisor */
        {
                .name           = "hypervisor",