[PATCH] Change the pci express controller node name from pci to pcie
From: Zang Roy-r61911 <hidden>
Date: 2007-07-17 03:30:53
From: Roy Zang <redacted> Change the pci express controller node name from pci to pcie in device tree. Signed-off-by: Roy Zang <redacted> --- 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