From: Grant Likely <grant.likely@secretlab.ca>
To: Grzegorz Bernacki <gjb@semihalf.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] Configure PSC4 and PSC5 as UART.
Date: Fri, 13 Feb 2009 08:07:16 -0700 [thread overview]
Message-ID: <fa686aa40902130707t3d3fd060ib6e749dc1fdadabb@mail.gmail.com> (raw)
In-Reply-To: <1234533163557-git-send-email-gjb@semihalf.com>
Hi Grzegorz,
Please rebase this patch on top of Ben Herrenschmidt's -next tree.
This version is making changes to an older version of the
digsy_mtc.dts file.
g.
On Fri, Feb 13, 2009 at 6:52 AM, Grzegorz Bernacki <gjb@semihalf.com> wrote:
> 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
>
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
prev parent reply other threads:[~2009-02-13 15:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-13 13:52 [PATCH] Configure PSC4 and PSC5 as UART Grzegorz Bernacki
2009-02-13 15:07 ` Grant Likely [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fa686aa40902130707t3d3fd060ib6e749dc1fdadabb@mail.gmail.com \
--to=grant.likely@secretlab.ca \
--cc=gjb@semihalf.com \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).