]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
powerpc/85xx: l2sram - Add compatible entry for mpc8548 L2 controller
[karo-tx-linux.git] / arch / powerpc / sysdev / fsl_85xx_l2ctlr.c
index 5f88797dce73cecc191312a81b27b7f97b67043e..cedabd0f4bfe81e362b8bd0bbc7d5238545dc3d7 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/of_platform.h>
 #include <asm/io.h>
 
@@ -200,6 +201,9 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = {
        {
                .compatible = "fsl,p1022-l2-cache-controller",
        },
+       {
+               .compatible = "fsl,mpc8548-l2-cache-controller",
+       },
        {},
 };