aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/sysdev/fsl_85xx_l2ctlr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
index 1957e532e18b..cedabd0f4bfe 100644
--- a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
+++ b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
@@ -201,6 +201,9 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = {
201 { 201 {
202 .compatible = "fsl,p1022-l2-cache-controller", 202 .compatible = "fsl,p1022-l2-cache-controller",
203 }, 203 },
204 {
205 .compatible = "fsl,mpc8548-l2-cache-controller",
206 },
204 {}, 207 {},
205}; 208};
206 209