aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/pcm032.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/pcm032.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/pcm032.dts')
-rw-r--r--arch/powerpc/boot/dts/pcm032.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/pcm032.dts b/arch/powerpc/boot/dts/pcm032.dts
index e175e2c601b5..29fde83b99b3 100644
--- a/arch/powerpc/boot/dts/pcm032.dts
+++ b/arch/powerpc/boot/dts/pcm032.dts
@@ -185,7 +185,7 @@
185 reg = <0x1f00 0x100>; 185 reg = <0x1f00 0x100>;
186 }; 186 };
187 187
188 ac97@2000 { /* PSC1 is ac97 */ 188 psc@2000 { /* PSC1 is ac97 */
189 compatible = "fsl,mpc5200b-psc-ac97","fsl,mpc5200-psc-ac97"; 189 compatible = "fsl,mpc5200b-psc-ac97","fsl,mpc5200-psc-ac97";
190 cell-index = <0>; 190 cell-index = <0>;
191 reg = <0x2000 0x100>; 191 reg = <0x2000 0x100>;
@@ -194,7 +194,7 @@
194 194
195 /* PSC2 port is used by CAN1/2 */ 195 /* PSC2 port is used by CAN1/2 */
196 196
197 serial@2400 { /* PSC3 in UART mode */ 197 psc@2400 { /* PSC3 in UART mode */
198 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 198 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
199 cell-index = <2>; 199 cell-index = <2>;
200 reg = <0x2400 0x100>; 200 reg = <0x2400 0x100>;
@@ -205,7 +205,7 @@
205 205
206 /* PSC5 is ??? */ 206 /* PSC5 is ??? */
207 207
208 serial@2c00 { /* PSC6 in UART mode */ 208 psc@2c00 { /* PSC6 in UART mode */
209 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 209 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
210 cell-index = <5>; 210 cell-index = <5>;
211 reg = <0x2c00 0x100>; 211 reg = <0x2c00 0x100>;