diff mbox

powerpc/85xx: L2sram: Add compatible string to the device id list

Message ID 1342146455-27729-1-git-send-email-b29983@freescale.com (mailing list archive)
State Accepted, archived
Commit 618c9b7464081b112f6a9f4690c4b73088873bea
Delegated to: Kumar Gala
Headers show

Commit Message

tang yuantian July 13, 2012, 2:27 a.m. UTC
From: Tang Yuantian <Yuantian.Tang@freescale.com>

The following platforms are supported:
mpc8544, mpc8572, mpc8536, p1021, p1025, p1024, p1010.

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

Comments

Kumar Gala July 13, 2012, 1:54 p.m. UTC | #1
On Jul 12, 2012, at 9:27 PM, <b29983@freescale.com> <b29983@freescale.com> wrote:

> From: Tang Yuantian <Yuantian.Tang@freescale.com>
> 
> The following platforms are supported:
> mpc8544, mpc8572, mpc8536, p1021, p1025, p1024, p1010.
> 
> Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
> ---
> arch/powerpc/sysdev/fsl_85xx_l2ctlr.c |   10 ++++++++++
> 1 files changed, 10 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 cedabd0..611bb4b 100644
--- a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
+++ b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c
@@ -204,6 +204,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",},
 	{},
 };