diff mbox

bsc9131:l2sram: Add compatible string for BSC9131 platform

Message ID 1361265261-28169-1-git-send-email-harninder.rai@freescale.com (mailing list archive)
State Accepted, archived
Commit 12c7e8f62de546bff9f8ffa5a03e0ad292bcf17d
Delegated to: Kumar Gala
Headers show

Commit Message

harninder rai Feb. 19, 2013, 9:14 a.m. UTC
Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
---
 arch/powerpc/sysdev/fsl_85xx_l2ctlr.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Gala Kumar-B11780 Feb. 19, 2013, 5:18 p.m. UTC | #1
On Feb 19, 2013, at 3:14 AM, Harninder Rai wrote:

> Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
> ---
> arch/powerpc/sysdev/fsl_85xx_l2ctlr.c |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)

applied to next

- k
diff mbox

Patch

diff --git a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
index 8cf93f0..afc2dbf 100644
--- a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
+++ b/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,p1015-l2-cache-controller",},
 	{	.compatible = "fsl,p1010-l2-cache-controller",},
+	{	.compatible = "fsl,bsc9131-l2-cache-controller",},
 	{},
 };