* [PATCH] mpc5200: lite5200(b) dts fixes
@ 2007-04-16 7:10 Domen Puncer
2007-04-16 14:06 ` Grant Likely
0 siblings, 1 reply; 2+ messages in thread
From: Domen Puncer @ 2007-04-16 7:10 UTC (permalink / raw)
To: linuxppc-embedded
Three trivial DTS fixes:
Mark Lite5200(b) boards as "mpc5200" compatible. On efika the
firmware already does that.
Fix mscan interrupt.
Fix wakeup GPIO address.
Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
---
arch/powerpc/boot/dts/lite5200.dts | 5 +++--
arch/powerpc/boot/dts/lite5200b.dts | 5 +++--
2 files changed, 6 insertions(+), 4 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
@@ -49,6 +49,7 @@
soc5200@f0000000 {
model = "fsl,mpc5200";
+ compatible = "mpc5200";
revision = "" // from bootloader
#interrupt-cells = <3>;
device_type = "soc";
@@ -167,7 +168,7 @@
device_type = "mscan";
compatible = "mpc5200-mscan";
cell-index = <1>;
- interrupts = <1 12 0>;
+ interrupts = <2 12 0>;
interrupt-parent = <500>;
reg = <980 80>;
};
@@ -179,7 +180,7 @@
interrupt-parent = <500>;
};
- gpio-wkup@b00 {
+ gpio-wkup@c00 {
compatible = "mpc5200-gpio-wkup";
reg = <c00 40>;
interrupts = <1 8 0 0 3 0>;
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
@@ -49,6 +49,7 @@
soc5200@f0000000 {
model = "fsl,mpc5200b";
+ compatible = "mpc5200";
revision = ""; // from bootloader
#interrupt-cells = <3>;
device_type = "soc";
@@ -167,7 +168,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>;
};
@@ -179,7 +180,7 @@
interrupt-parent = <500>;
};
- gpio-wkup@b00 {
+ gpio-wkup@c00 {
compatible = "mpc5200b-gpio-wkup\0mpc5200-gpio-wkup";
reg = <c00 40>;
interrupts = <1 8 0 0 3 0>;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mpc5200: lite5200(b) dts fixes
2007-04-16 7:10 [PATCH] mpc5200: lite5200(b) dts fixes Domen Puncer
@ 2007-04-16 14:06 ` Grant Likely
0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2007-04-16 14:06 UTC (permalink / raw)
To: Domen Puncer; +Cc: linuxppc-embedded
On 4/16/07, Domen Puncer <domen.puncer@telargo.com> wrote:
> Three trivial DTS fixes:
> Mark Lite5200(b) boards as "mpc5200" compatible. On efika the
> firmware already does that.
> Fix mscan interrupt.
> Fix wakeup GPIO address.
>
>
> Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
>
> ---
> --- grant.git.orig/arch/powerpc/boot/dts/lite5200b.dts
> +++ grant.git/arch/powerpc/boot/dts/lite5200b.dts
> @@ -49,6 +49,7 @@
>
> soc5200@f0000000 {
> model = "fsl,mpc5200b";
> + compatible = "mpc5200";
For completeness, this really should be "mpc5200b,mpc5200". (I should
have caught this earlier; sorry)
--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-16 14:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-16 7:10 [PATCH] mpc5200: lite5200(b) dts fixes Domen Puncer
2007-04-16 14:06 ` 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).