aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-11-13 18:26:31 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-11-19 23:04:01 -0500
commit4a2adca95c6a0741b943e7b690b13d4e56c7adac (patch)
tree3574ac303971bb7f18c8530696dfeed58d27c5a1 /arch/powerpc
parentd8ecbb93bece05df84e654c296c3c81b3d347c2d (diff)
[POWERPC] 83xx: Fix 2nd UCC entry in mpc832x_mds.dts
correct the reg property, remove duplicate io port entry, whitespace fixes. Thanks to Peter Van Ackeren for pointing this out. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/boot/dts/mpc832x_mds.dts9
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_mds.dts b/arch/powerpc/boot/dts/mpc832x_mds.dts
index fcd333c391ec..eeafa8ba4d16 100644
--- a/arch/powerpc/boot/dts/mpc832x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc832x_mds.dts
@@ -104,7 +104,7 @@
104 reg = <700 100>; 104 reg = <700 100>;
105 device_type = "ipic"; 105 device_type = "ipic";
106 }; 106 };
107 107
108 par_io@1400 { 108 par_io@1400 {
109 reg = <1400 100>; 109 reg = <1400 100>;
110 device_type = "par_io"; 110 device_type = "par_io";
@@ -117,7 +117,6 @@
117 3 5 1 0 2 0 /* MDC */ 117 3 5 1 0 2 0 /* MDC */
118 0 d 2 0 1 0 /* RX_CLK (CLK9) */ 118 0 d 2 0 1 0 /* RX_CLK (CLK9) */
119 3 18 2 0 1 0 /* TX_CLK (CLK10) */ 119 3 18 2 0 1 0 /* TX_CLK (CLK10) */
120 1 1 1 0 1 0 /* TxD1 */
121 1 0 1 0 1 0 /* TxD0 */ 120 1 0 1 0 1 0 /* TxD0 */
122 1 1 1 0 1 0 /* TxD1 */ 121 1 1 1 0 1 0 /* TxD1 */
123 1 2 1 0 1 0 /* TxD2 */ 122 1 2 1 0 1 0 /* TxD2 */
@@ -165,11 +164,11 @@
165 reg = <e0100000 480>; 164 reg = <e0100000 480>;
166 brg-frequency = <0>; 165 brg-frequency = <0>;
167 bus-frequency = <BCD3D80>; 166 bus-frequency = <BCD3D80>;
168 167
169 muram@10000 { 168 muram@10000 {
170 device_type = "muram"; 169 device_type = "muram";
171 ranges = <0 00010000 00004000>; 170 ranges = <0 00010000 00004000>;
172 171
173 data-only@0 { 172 data-only@0 {
174 reg = <0 4000>; 173 reg = <0 4000>;
175 }; 174 };
@@ -228,7 +227,7 @@
228 compatible = "ucc_geth"; 227 compatible = "ucc_geth";
229 model = "UCC"; 228 model = "UCC";
230 device-id = <4>; 229 device-id = <4>;
231 reg = <3000 200>; 230 reg = <3200 200>;
232 interrupts = <23>; 231 interrupts = <23>;
233 interrupt-parent = < &qeic >; 232 interrupt-parent = < &qeic >;
234 /* 233 /*