linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Change the pci express controller node name from pci to pcie
@ 2007-07-17  3:30 Zang Roy-r61911
  2007-07-17 15:22 ` Segher Boessenkool
  0 siblings, 1 reply; 2+ messages in thread
From: Zang Roy-r61911 @ 2007-07-17  3:30 UTC (permalink / raw)
  To: Kumar Gala, Paul Mackerras; +Cc: linuxppc-dev list

From: Roy Zang <tie-fei.zang@freescale.com>

Change the pci express controller node name from pci
to pcie in device tree.

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
---
Based on Kumar tree and my previous patch for 8544DS
board.

 arch/powerpc/boot/dts/mpc8544ds.dts    |    6 +++---
 arch/powerpc/boot/dts/mpc8548cds.dts   |    2 +-
 arch/powerpc/boot/dts/mpc8641_hpcn.dts |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts
index aab0bc6..3f33af6 100644
--- a/arch/powerpc/boot/dts/mpc8544ds.dts
+++ b/arch/powerpc/boot/dts/mpc8544ds.dts
@@ -174,7 +174,7 @@
 			reg = <8000 1000>;
 		};
 
-		pci@a000 {
+		pcie@a000 {
 			compatible = "fsl,mpc8548-pcie";
 			device_type = "pci";
 			#interrupt-cells = <1>;
@@ -197,7 +197,7 @@
 				>;
 		};
 
-		pci@9000 {
+		pcie@9000 {
 			compatible = "fsl,mpc8548-pcie";
 			device_type = "pci";
 			#interrupt-cells = <1>;
@@ -220,7 +220,7 @@
 				>;
 		};
 
-		pci@b000 {
+		pcie@b000 {
 			compatible = "fsl,mpc8548-pcie";
 			device_type = "pci";
 			#interrupt-cells = <1>;
diff --git a/arch/powerpc/boot/dts/mpc8548cds.dts b/arch/powerpc/boot/dts/mpc8548cds.dts
index c241e4f..4770a5b 100644
--- a/arch/powerpc/boot/dts/mpc8548cds.dts
+++ b/arch/powerpc/boot/dts/mpc8548cds.dts
@@ -310,7 +310,7 @@
 			device_type = "pci";
 		};
 		/* PCI Express */
-		pci@a000 {
+		pcie@a000 {
 			interrupt-map-mask = <f800 0 0 7>;
 			interrupt-map = <
 
diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
index e3cc97a..d1a8e0b 100644
--- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
+++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
@@ -207,7 +207,7 @@
 			interrupt-parent = <&mpic>;
 		};
 
-		pci@8000 {
+		pcie@8000 {
 			compatible = "fsl,mpc8641-pcie";
 			device_type = "pci";
 			#interrupt-cells = <1>;
@@ -395,7 +395,7 @@
 
 		};
 
-		pci@9000 {
+		pcie@9000 {
 			compatible = "fsl,mpc8641-pcie";
 			device_type = "pci";
 			#interrupt-cells = <1>;
-- 
1.5.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Change the pci express controller node name from pci to pcie
  2007-07-17  3:30 [PATCH] Change the pci express controller node name from pci to pcie Zang Roy-r61911
@ 2007-07-17 15:22 ` Segher Boessenkool
  0 siblings, 0 replies; 2+ messages in thread
From: Segher Boessenkool @ 2007-07-17 15:22 UTC (permalink / raw)
  To: Zang Roy-r61911; +Cc: linuxppc-dev list, Paul Mackerras

> From: Roy Zang <tie-fei.zang@freescale.com>
>
> Change the pci express controller node name from pci
> to pcie in device tree.
>
> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>

Looks good, thanks!


Segher

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-17 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-17  3:30 [PATCH] Change the pci express controller node name from pci to pcie Zang Roy-r61911
2007-07-17 15:22 ` Segher Boessenkool

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).