]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/85xx: l2sram - Add compatible entry for mpc8548 L2 controller
authorchenhui zhao <chenhui.zhao@freescale.com>
Wed, 22 Feb 2012 10:20:13 +0000 (18:20 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Mar 2012 19:50:45 +0000 (14:50 -0500)
Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_85xx_l2ctlr.c

index 1957e532e18bd2d21c87510b706e1719f09267bc..cedabd0f4bfe81e362b8bd0bbc7d5238545dc3d7 100644 (file)
@@ -201,6 +201,9 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = {
        {
                .compatible = "fsl,p1022-l2-cache-controller",
        },
+       {
+               .compatible = "fsl,mpc8548-l2-cache-controller",
+       },
        {},
 };