* [PATCH v2] Configure PSC4 and PSC5 as UART.
@ 2009-02-13 16:13 Grzegorz Bernacki
2009-02-19 14:09 ` Grzegorz Bernacki
0 siblings, 1 reply; 3+ messages in thread
From: Grzegorz Bernacki @ 2009-02-13 16:13 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>
---
Version 2:
- rebased to Ben Herrenschmidt's -next
arch/powerpc/boot/dts/digsy_mtc.dts | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts
index 0e85ebf..4c36186 100644
--- a/arch/powerpc/boot/dts/digsy_mtc.dts
+++ b/arch/powerpc/boot/dts/digsy_mtc.dts
@@ -155,18 +155,18 @@
reg = <0x1f00 0x100>;
};
- serial@2400 { // PSC3
- compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
- reg = <0x2400 0x100>;
- interrupts = <2 3 0>;
- };
-
serial@2600 { // PSC4
compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
reg = <0x2600 0x100>;
interrupts = <2 11 0>;
};
+ serial@2800 { // PSC5
+ compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
+ reg = <0x2800 0x100>;
+ interrupts = <2 12 0>;
+ };
+
ethernet@3000 {
compatible = "fsl,mpc5200b-fec","fsl,mpc5200-fec";
reg = <0x3000 0x400>;
--
1.5.2.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] Configure PSC4 and PSC5 as UART.
2009-02-13 16:13 [PATCH v2] Configure PSC4 and PSC5 as UART Grzegorz Bernacki
@ 2009-02-19 14:09 ` Grzegorz Bernacki
2009-02-19 14:23 ` Grant Likely
0 siblings, 1 reply; 3+ messages in thread
From: Grzegorz Bernacki @ 2009-02-19 14:09 UTC (permalink / raw)
To: grant.likely; +Cc: linuxppc-dev
Hi Grant,
Could you tell me when you are going to apply this patch
and "Defconfig for mpc5200 updates" patch into your repository?
Thanks,
Grzesiek
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] Configure PSC4 and PSC5 as UART.
2009-02-19 14:09 ` Grzegorz Bernacki
@ 2009-02-19 14:23 ` Grant Likely
0 siblings, 0 replies; 3+ messages in thread
From: Grant Likely @ 2009-02-19 14:23 UTC (permalink / raw)
To: Grzegorz Bernacki; +Cc: linuxppc-dev
On Thu, Feb 19, 2009 at 7:09 AM, Grzegorz Bernacki <gjb@semihalf.com> wrote:
> Hi Grant,
>
> Could you tell me when you are going to apply this patch
> and "Defconfig for mpc5200 updates" patch into your repository?
soon. Busy putting out another fire at the moment, but I'll pick it up soon.
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-19 14:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 16:13 [PATCH v2] Configure PSC4 and PSC5 as UART Grzegorz Bernacki
2009-02-19 14:09 ` Grzegorz Bernacki
2009-02-19 14:23 ` 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).