linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Configure PSC4 and PSC5 as UART.
@ 2009-02-13 13:52 Grzegorz Bernacki
  2009-02-13 15:07 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Grzegorz Bernacki @ 2009-02-13 13:52 UTC (permalink / raw)
  To: linuxppc-dev

On digsy MTC PSC4 and PSC5 should be configured as UART, not PSC3 and PSC4.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
---
 arch/powerpc/boot/dts/digsy_mtc.dts |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts
index 9c76c38..ce33c7c 100644
--- a/arch/powerpc/boot/dts/digsy_mtc.dts
+++ b/arch/powerpc/boot/dts/digsy_mtc.dts
@@ -164,21 +164,21 @@
 			reg = <0x1f00 0x100>;
 		};
 
-		serial@2400 {		// PSC3
+		serial@2600 {		// PSC4
 			device_type = "serial";
 			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
-			cell-index = <2>;
-			reg = <0x2400 0x100>;
-			interrupts = <2 3 0>;
+			cell-index = <3>;
+			reg = <0x2600 0x100>;
+			interrupts = <2 11 0>;
 			interrupt-parent = <&mpc5200_pic>;
 		};
 
-		serial@2600 {		// PSC4
+		serial@2800 {		// PSC5
 			device_type = "serial";
 			compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
-			cell-index = <3>;
-			reg = <0x2600 0x100>;
-			interrupts = <2 11 0>;
+			cell-index = <5>;
+			reg = <0x2800 0x100>;
+			interrupts = <2 12 0>;
 			interrupt-parent = <&mpc5200_pic>;
 		};
 
-- 
1.6.0.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-13 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 13:52 [PATCH] Configure PSC4 and PSC5 as UART Grzegorz Bernacki
2009-02-13 15:07 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).