powerpc/85xx: L2sram - Add compatible string to the device id list
authorTang Yuantian <Yuantian.Tang@freescale.com>
Fri, 13 Jul 2012 02:27:34 +0000 (10:27 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 12 Sep 2012 19:57:06 +0000 (14:57 -0500)
The following platforms are supported:
mpc8544, mpc8572, mpc8536, p1021, p1025, p1024, p1010.

Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_85xx_l2ctlr.c

index 68ac3aacb1919477ed4686f859979d9bc17c7b15..d131c8a1cb15908a955147ae9d4eee3bfa5b3eb4 100644 (file)
@@ -193,6 +193,16 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = {
        {
                .compatible = "fsl,mpc8548-l2-cache-controller",
        },
+       {       .compatible = "fsl,mpc8544-l2-cache-controller",},
+       {       .compatible = "fsl,mpc8572-l2-cache-controller",},
+       {       .compatible = "fsl,mpc8536-l2-cache-controller",},
+       {       .compatible = "fsl,p1021-l2-cache-controller",},
+       {       .compatible = "fsl,p1012-l2-cache-controller",},
+       {       .compatible = "fsl,p1025-l2-cache-controller",},
+       {       .compatible = "fsl,p1016-l2-cache-controller",},
+       {       .compatible = "fsl,p1024-l2-cache-controller",},
+       {       .compatible = "fsl,p1015-l2-cache-controller",},
+       {       .compatible = "fsl,p1010-l2-cache-controller",},
        {},
 };
 
This page took 0.025354 seconds and 5 git commands to generate.