diff options
author | Kim Phillips | 2007-11-14 00:26:31 +0100 |
---|---|---|
committer | Kumar Gala | 2007-11-20 05:04:01 +0100 |
commit | 4a2adca95c6a0741b943e7b690b13d4e56c7adac (patch) | |
tree | 3574ac303971bb7f18c8530696dfeed58d27c5a1 /arch/powerpc | |
parent | [POWERPC] 83xx: mpc832x mds: Fix board PHY reset code (diff) | |
download | kernel-qcow2-linux-4a2adca95c6a0741b943e7b690b13d4e56c7adac.tar.gz kernel-qcow2-linux-4a2adca95c6a0741b943e7b690b13d4e56c7adac.tar.xz kernel-qcow2-linux-4a2adca95c6a0741b943e7b690b13d4e56c7adac.zip |
[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.dts | 9 |
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 @@ reg = <700 100>; device_type = "ipic"; }; - + par_io@1400 { reg = <1400 100>; device_type = "par_io"; @@ -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 */ @@ -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>; }; @@ -228,7 +227,7 @@ compatible = "ucc_geth"; model = "UCC"; device-id = <4>; - reg = <3000 200>; + reg = <3200 200>; interrupts = <23>; interrupt-parent = < &qeic >; /* |