Skip to content

Commit

Permalink
[POWERPC] 83xx: Fix 2nd UCC entry in mpc832x_mds.dts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kim Phillips authored and Kumar Gala committed Nov 20, 2007
1 parent d8ecbb9 commit 4a2adca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions arch/powerpc/boot/dts/mpc832x_mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
reg = <700 100>;
device_type = "ipic";
};

par_io@1400 {
reg = <1400 100>;
device_type = "par_io";
Expand All @@ -117,7 +117,6 @@
3 5 1 0 2 0 /* MDC */
0 d 2 0 1 0 /* RX_CLK (CLK9) */
3 18 2 0 1 0 /* TX_CLK (CLK10) */
1 1 1 0 1 0 /* TxD1 */
1 0 1 0 1 0 /* TxD0 */
1 1 1 0 1 0 /* TxD1 */
1 2 1 0 1 0 /* TxD2 */
Expand Down Expand Up @@ -165,11 +164,11 @@
reg = <e0100000 480>;
brg-frequency = <0>;
bus-frequency = <BCD3D80>;

muram@10000 {
device_type = "muram";
ranges = <0 00010000 00004000>;

data-only@0 {
reg = <0 4000>;
};
Expand Down Expand Up @@ -228,7 +227,7 @@
compatible = "ucc_geth";
model = "UCC";
device-id = <4>;
reg = <3000 200>;
reg = <3200 200>;
interrupts = <23>;
interrupt-parent = < &qeic >;
/*
Expand Down

0 comments on commit 4a2adca

Please sign in to comment.