aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/digsy_mtc.dts
diff options
context:
space:
mode:
authorJohn Bonesio <bones@secretlab.ca>2010-11-17 18:28:30 -0500
committerGrant Likely <grant.likely@secretlab.ca>2011-01-03 18:02:50 -0500
commitabf1e27fbb4200a010b8fcb1be8cc02485744862 (patch)
treeb5ac3e35f6687189273ab45bad9e995ca9a6dd74 /arch/powerpc/boot/dts/digsy_mtc.dts
parent658f29a51e9830e620bb9a1ce3534b318a38bfeb (diff)
powerpc/5200: dts: rename nodes to prepare for refactoring dts files
This patch renames nodes in dts fils for MPC5200b files to prepare for refactoring of these files later. When refactoring it will be easier to verify the results if the node names aren't changing at the same time. Signed-off-by: John Bonesio <bones@secretlab.ca> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/boot/dts/digsy_mtc.dts')
-rw-r--r--arch/powerpc/boot/dts/digsy_mtc.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts
index 8e9be6bfe23e..f0592de71bb6 100644
--- a/arch/powerpc/boot/dts/digsy_mtc.dts
+++ b/arch/powerpc/boot/dts/digsy_mtc.dts
@@ -155,13 +155,13 @@
155 reg = <0x1f00 0x100>; 155 reg = <0x1f00 0x100>;
156 }; 156 };
157 157
158 serial@2600 { // PSC4 158 psc@2600 { // PSC4
159 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 159 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
160 reg = <0x2600 0x100>; 160 reg = <0x2600 0x100>;
161 interrupts = <2 11 0>; 161 interrupts = <2 11 0>;
162 }; 162 };
163 163
164 serial@2800 { // PSC5 164 psc@2800 { // PSC5
165 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 165 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
166 reg = <0x2800 0x100>; 166 reg = <0x2800 0x100>;
167 interrupts = <2 12 0>; 167 interrupts = <2 12 0>;
@@ -217,7 +217,7 @@
217 }; 217 };
218 }; 218 };
219 219
220 lpb { 220 localbus {
221 compatible = "fsl,mpc5200b-lpb","simple-bus"; 221 compatible = "fsl,mpc5200b-lpb","simple-bus";
222 #address-cells = <2>; 222 #address-cells = <2>;
223 #size-cells = <1>; 223 #size-cells = <1>;