diff options
author | Igal Liberman <Igal.Liberman@freescale.com> | 2015-02-18 09:04:45 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-03-23 20:51:16 -0400 |
commit | 7dea9ec5a039555376af62e718547852117aced1 (patch) | |
tree | 951a87a98fdf23d87ddfb72d20d7241163d099c1 /arch/powerpc/platforms/85xx | |
parent | eedea67bc983e642933ab50de44ff9e99ad4b8e7 (diff) |
powerpc/mpc85xx: Add FMan platform support
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>
Diffstat (limited to 'arch/powerpc/platforms/85xx')
-rw-r--r-- | arch/powerpc/platforms/85xx/common.c | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/corenet_generic.c | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/common.c b/arch/powerpc/platforms/85xx/common.c index 4a9ad871a168..7bfb9b184dd4 100644 --- a/arch/powerpc/platforms/85xx/common.c +++ b/arch/powerpc/platforms/85xx/common.c | |||
@@ -40,6 +40,7 @@ static const struct of_device_id mpc85xx_common_ids[] __initconst = { | |||
40 | { .compatible = "fsl,qoriq-pcie-v2.4", }, | 40 | { .compatible = "fsl,qoriq-pcie-v2.4", }, |
41 | { .compatible = "fsl,qoriq-pcie-v2.3", }, | 41 | { .compatible = "fsl,qoriq-pcie-v2.3", }, |
42 | { .compatible = "fsl,qoriq-pcie-v2.2", }, | 42 | { .compatible = "fsl,qoriq-pcie-v2.2", }, |
43 | { .compatible = "fsl,fman", }, | ||
43 | {}, | 44 | {}, |
44 | }; | 45 | }; |
45 | 46 | ||
diff --git a/arch/powerpc/platforms/85xx/corenet_generic.c b/arch/powerpc/platforms/85xx/corenet_generic.c index 1f309ccb096e..902358d4c832 100644 --- a/arch/powerpc/platforms/85xx/corenet_generic.c +++ b/arch/powerpc/platforms/85xx/corenet_generic.c | |||
@@ -108,6 +108,9 @@ static const struct of_device_id of_device_ids[] = { | |||
108 | { | 108 | { |
109 | .compatible = "fsl,qe", | 109 | .compatible = "fsl,qe", |
110 | }, | 110 | }, |
111 | { | ||
112 | .compatible = "fsl,fman", | ||
113 | }, | ||
111 | /* The following two are for the Freescale hypervisor */ | 114 | /* The following two are for the Freescale hypervisor */ |
112 | { | 115 | { |
113 | .name = "hypervisor", | 116 | .name = "hypervisor", |