From: Domen Puncer <domen.puncer@telargo.com>
To: linuxppc-embedded@ozlabs.org
Subject: [PATCH] lite5200(b) dts: mscan.1 irq
Date: Fri, 9 Mar 2007 09:49:54 +0100 [thread overview]
Message-ID: <20070309084954.GA14658@moe.telargo.com> (raw)
In-Reply-To: <20070306095139.GZ4397@moe.telargo.com>
Hi!
Found another one. ;-)
Btw. I forward ported Freescale's mscan patch to latest
peak-linux-driver. Should I send it somewhere? Where to?
--
Fix mscan irq number.
Tested with peak-linux-driver + patch from Freescale in
loopback mode.
Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
---
arch/powerpc/boot/dts/lite5200.dts | 2 +-
arch/powerpc/boot/dts/lite5200b.dts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: grant.git/arch/powerpc/boot/dts/lite5200.dts
===================================================================
--- grant.git.orig/arch/powerpc/boot/dts/lite5200.dts
+++ grant.git/arch/powerpc/boot/dts/lite5200.dts
@@ -167,7 +167,7 @@
device_type = "mscan";
compatible = "mpc5200-mscan";
cell-index = <1>;
- interrupts = <1 12 0>;
+ interrupts = <2 12 0>;
interrupt-parent = <500>;
reg = <980 80>;
};
Index: grant.git/arch/powerpc/boot/dts/lite5200b.dts
===================================================================
--- grant.git.orig/arch/powerpc/boot/dts/lite5200b.dts
+++ grant.git/arch/powerpc/boot/dts/lite5200b.dts
@@ -167,7 +167,7 @@
device_type = "mscan";
compatible = "mpc5200b-mscan\0mpc5200-mscan";
cell-index = <1>;
- interrupts = <1 12 0>;
+ interrupts = <2 12 0>;
interrupt-parent = <500>;
reg = <980 80>;
};
next prev parent reply other threads:[~2007-03-09 8:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-06 9:51 [PATCH] lite5200(b) typos in dts Domen Puncer
2007-03-06 10:13 ` Sylvain Munaut
2007-03-06 15:14 ` Grant Likely
2007-03-09 8:49 ` Domen Puncer [this message]
2007-03-09 16:00 ` [PATCH] lite5200(b) dts: mscan.1 irq Grant Likely
2007-03-09 16:06 ` Grant Likely
2007-03-10 11:53 ` Robert Schwebel
2007-03-10 14:50 ` Domen Puncer
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=20070309084954.GA14658@moe.telargo.com \
--to=domen.puncer@telargo.com \
--cc=linuxppc-embedded@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.