diff options
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", |