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

Subsystems: linux for powerpc (32-bit and 64-bit), the rest

STALE5153d

4 messages, 2 authors, 2012-07-13 · open the first message on its own page

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

From: <hidden>
Date: 2012-07-13 02:49:06

From: Tang Yuantian <redacted>

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

Signed-off-by: Tang Yuantian <redacted>
---
 arch/powerpc/sysdev/fsl_85xx_l2ctlr.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
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",},
 	{},
 };
 
-- 
1.6.4

[PATCH] powerpc/85xx: Fix pci base address error for p2020rdb-pc in dts

From: <hidden>
Date: 2012-07-13 02:49:07

From: Tang Yuantian <redacted>

Signed-off-by: Tang Yuantian <redacted>
---
 arch/powerpc/boot/dts/p2020rdb-pc_32b.dts |    4 ++--
 arch/powerpc/boot/dts/p2020rdb-pc_36b.dts |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts b/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts
index 852e5b2..57573bd 100644
--- a/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts
+++ b/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts
@@ -56,7 +56,7 @@
 		ranges = <0x0 0x0 0xffe00000 0x100000>;
 	};
 
-	pci0: pcie@ffe08000 {
+	pci2: pcie@ffe08000 {
 		reg = <0 0xffe08000 0 0x1000>;
 		status = "disabled";
 	};
@@ -76,7 +76,7 @@
 		};
 	};
 
-	pci2: pcie@ffe0a000 {
+	pci0: pcie@ffe0a000 {
 		reg = <0 0xffe0a000 0 0x1000>;
 		ranges = <0x2000000 0x0 0xe0000000 0 0x80000000 0x0 0x20000000
 			  0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>;
diff --git a/arch/powerpc/boot/dts/p2020rdb-pc_36b.dts b/arch/powerpc/boot/dts/p2020rdb-pc_36b.dts
index b5a56ca..470247e 100644
--- a/arch/powerpc/boot/dts/p2020rdb-pc_36b.dts
+++ b/arch/powerpc/boot/dts/p2020rdb-pc_36b.dts
@@ -56,7 +56,7 @@
 		ranges = <0x0 0xf 0xffe00000 0x100000>;
 	};
 
-	pci0: pcie@fffe08000 {
+	pci2: pcie@fffe08000 {
 		reg = <0xf 0xffe08000 0 0x1000>;
 		status = "disabled";
 	};
@@ -76,7 +76,7 @@
 		};
 	};
 
-	pci2: pcie@fffe0a000 {
+	pci0: pcie@fffe0a000 {
 		reg = <0xf 0xffe0a000 0 0x1000>;
 		ranges = <0x2000000 0x0 0xe0000000 0xc 0x00000000 0x0 0x20000000
 			  0x1000000 0x0 0x00000000 0xf 0xffc00000 0x0 0x10000>;
-- 
1.6.4

Re: [PATCH] powerpc/85xx: L2sram: Add compatible string to the device id list

From: Kumar Gala <hidden>
Date: 2012-07-13 13:54:55

On Jul 12, 2012, at 9:27 PM, [off-list ref] =
[off-list ref] wrote:
From: Tang Yuantian <redacted>
=20
The following platforms are supported:
mpc8544, mpc8572, mpc8536, p1021, p1025, p1024, p1010.
=20
Signed-off-by: Tang Yuantian <redacted>
---
arch/powerpc/sysdev/fsl_85xx_l2ctlr.c |   10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
applied to next

- k=

Re: [PATCH] powerpc/85xx: Fix pci base address error for p2020rdb-pc in dts

From: Kumar Gala <hidden>
Date: 2012-07-13 13:55:01

On Jul 12, 2012, at 9:27 PM, [off-list ref] =
[off-list ref] wrote:
From: Tang Yuantian <redacted>
=20
Signed-off-by: Tang Yuantian <redacted>
---
arch/powerpc/boot/dts/p2020rdb-pc_32b.dts |    4 ++--
arch/powerpc/boot/dts/p2020rdb-pc_36b.dts |    4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
applied to next

- k=
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help