diff options
Diffstat (limited to 'arch/powerpc/sysdev/fsl_85xx_l2ctlr.c')
-rw-r--r-- | arch/powerpc/sysdev/fsl_85xx_l2ctlr.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c index 68ac3aacb191..d131c8a1cb15 100644 --- a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c +++ b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c | |||
@@ -193,6 +193,16 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = { | |||
193 | { | 193 | { |
194 | .compatible = "fsl,mpc8548-l2-cache-controller", | 194 | .compatible = "fsl,mpc8548-l2-cache-controller", |
195 | }, | 195 | }, |
196 | { .compatible = "fsl,mpc8544-l2-cache-controller",}, | ||
197 | { .compatible = "fsl,mpc8572-l2-cache-controller",}, | ||
198 | { .compatible = "fsl,mpc8536-l2-cache-controller",}, | ||
199 | { .compatible = "fsl,p1021-l2-cache-controller",}, | ||
200 | { .compatible = "fsl,p1012-l2-cache-controller",}, | ||
201 | { .compatible = "fsl,p1025-l2-cache-controller",}, | ||
202 | { .compatible = "fsl,p1016-l2-cache-controller",}, | ||
203 | { .compatible = "fsl,p1024-l2-cache-controller",}, | ||
204 | { .compatible = "fsl,p1015-l2-cache-controller",}, | ||
205 | { .compatible = "fsl,p1010-l2-cache-controller",}, | ||
196 | {}, | 206 | {}, |
197 | }; | 207 | }; |
198 | 208 | ||