[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>
This commit is contained in:
@@ -117,7 +117,6 @@
|
|||||||
3 5 1 0 2 0 /* MDC */
|
3 5 1 0 2 0 /* MDC */
|
||||||
0 d 2 0 1 0 /* RX_CLK (CLK9) */
|
0 d 2 0 1 0 /* RX_CLK (CLK9) */
|
||||||
3 18 2 0 1 0 /* TX_CLK (CLK10) */
|
3 18 2 0 1 0 /* TX_CLK (CLK10) */
|
||||||
1 1 1 0 1 0 /* TxD1 */
|
|
||||||
1 0 1 0 1 0 /* TxD0 */
|
1 0 1 0 1 0 /* TxD0 */
|
||||||
1 1 1 0 1 0 /* TxD1 */
|
1 1 1 0 1 0 /* TxD1 */
|
||||||
1 2 1 0 1 0 /* TxD2 */
|
1 2 1 0 1 0 /* TxD2 */
|
||||||
@@ -228,7 +227,7 @@
|
|||||||
compatible = "ucc_geth";
|
compatible = "ucc_geth";
|
||||||
model = "UCC";
|
model = "UCC";
|
||||||
device-id = <4>;
|
device-id = <4>;
|
||||||
reg = <3000 200>;
|
reg = <3200 200>;
|
||||||
interrupts = <23>;
|
interrupts = <23>;
|
||||||
interrupt-parent = < &qeic >;
|
interrupt-parent = < &qeic >;
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user