aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/pcm032.dts
diff options
context:
space:
mode:
authorJohn Bonesio <bones@secretlab.ca>2010-11-17 18:28:39 -0500
committerGrant Likely <grant.likely@secretlab.ca>2011-01-03 18:02:50 -0500
commit6847317377c871c6e7a8d54e5849bcd0f9b11eb4 (patch)
tree84c1274918d9dee22659f41ec1cb33e667ecc9d7 /arch/powerpc/boot/dts/pcm032.dts
parentabf1e27fbb4200a010b8fcb1be8cc02485744862 (diff)
powerpc/5200: dts: remove unused properties
This patch remove unused properties in dts files in preparation of refactoring the dts files for MPC5200b based boards. 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.dts2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/pcm032.dts b/arch/powerpc/boot/dts/pcm032.dts
index 29fde83b99b3..9dee52b67477 100644
--- a/arch/powerpc/boot/dts/pcm032.dts
+++ b/arch/powerpc/boot/dts/pcm032.dts
@@ -196,7 +196,6 @@
196 196
197 psc@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>;
200 reg = <0x2400 0x100>; 199 reg = <0x2400 0x100>;
201 interrupts = <2 3 0>; 200 interrupts = <2 3 0>;
202 }; 201 };
@@ -207,7 +206,6 @@
207 206
208 psc@2c00 { /* PSC6 in UART mode */ 207 psc@2c00 { /* PSC6 in UART mode */
209 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 208 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
210 cell-index = <5>;
211 reg = <0x2c00 0x100>; 209 reg = <0x2c00 0x100>;
212 interrupts = <2 4 0>; 210 interrupts = <2 4 0>;
213 }; 211 };