[PATCH] Change the pci express controller node name from pci to pcie
Zang Roy-r61911
tie-fei.zang at freescale.com
Tue Jul 17 13:30:36 EST 2007
From: Roy Zang <tie-fei.zang at freescale.com>
Change the pci express controller node name from pci
to pcie in device tree.
Signed-off-by: Roy Zang <tie-fei.zang at 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 at a000 {
+ pcie at a000 {
compatible = "fsl,mpc8548-pcie";
device_type = "pci";
#interrupt-cells = <1>;
@@ -197,7 +197,7 @@
>;
};
- pci at 9000 {
+ pcie at 9000 {
compatible = "fsl,mpc8548-pcie";
device_type = "pci";
#interrupt-cells = <1>;
@@ -220,7 +220,7 @@
>;
};
- pci at b000 {
+ pcie at 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 at a000 {
+ pcie at 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 at 8000 {
+ pcie at 8000 {
compatible = "fsl,mpc8641-pcie";
device_type = "pci";
#interrupt-cells = <1>;
@@ -395,7 +395,7 @@
};
- pci at 9000 {
+ pcie at 9000 {
compatible = "fsl,mpc8641-pcie";
device_type = "pci";
#interrupt-cells = <1>;
--
1.5.1
More information about the Linuxppc-dev
mailing list