powerpc/85xx: l2sram - Add compatible string for BSC9131 platform
authorHarninder Rai <harninder.rai@freescale.com>
Tue, 19 Feb 2013 09:14:21 +0000 (14:44 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 19 Feb 2013 17:01:54 +0000 (11:01 -0600)
Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/sysdev/fsl_85xx_l2ctlr.c

index 8cf93f0..afc2dbf 100644 (file)
@@ -203,6 +203,7 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = {
        {       .compatible = "fsl,p1024-l2-cache-controller",},
        {       .compatible = "fsl,p1015-l2-cache-controller",},
        {       .compatible = "fsl,p1010-l2-cache-controller",},
+       {       .compatible = "fsl,bsc9131-l2-cache-controller",},
        {},
 };