Re: [PATCH] powerpc: fix 2nd UCC entry in mpc832x_mds.dts

2007-11-19 Thread Kumar Gala
On Tue, 13 Nov 2007, Kim Phillips wrote:

 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 [EMAIL PROTECTED]
 ---
  arch/powerpc/boot/dts/mpc832x_mds.dts |9 -
  1 files changed, 4 insertions(+), 5 deletions(-)


applied

- k
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


[PATCH] powerpc: fix 2nd UCC entry in mpc832x_mds.dts

2007-11-13 Thread Kim Phillips
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 [EMAIL PROTECTED]
---
 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 fcd333c..eeafa8b 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;
};
-   
+
[EMAIL PROTECTED] {
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 = e010 480;
brg-frequency = 0;
bus-frequency = BCD3D80;
-   
+
[EMAIL PROTECTED] {
device_type = muram;
ranges = 0 0001 4000;
-   
+
[EMAIL PROTECTED] {
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 ;
/*
-- 
1.5.2.2

___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev