瀏覽代碼

powerpc/85xx: l2sram - Add compatible string for BSC9131 platform

Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Harninder Rai 12 年之前
父節點
當前提交
12c7e8f62d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/powerpc/sysdev/fsl_85xx_l2ctlr.c

+ 1 - 0
arch/powerpc/sysdev/fsl_85xx_l2ctlr.c

@@ -203,6 +203,7 @@ static struct of_device_id mpc85xx_l2ctlr_of_match[] = {
 	{	.compatible = "fsl,p1024-l2-cache-controller",},
 	{	.compatible = "fsl,p1024-l2-cache-controller",},
 	{	.compatible = "fsl,p1015-l2-cache-controller",},
 	{	.compatible = "fsl,p1015-l2-cache-controller",},
 	{	.compatible = "fsl,p1010-l2-cache-controller",},
 	{	.compatible = "fsl,p1010-l2-cache-controller",},
+	{	.compatible = "fsl,bsc9131-l2-cache-controller",},
 	{},
 	{},
 };
 };