From: Scott Wood <scottwood@freescale.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] powerpc: Add dma nodes to 83xx, 85xx and 86xx boards
Date: Fri, 27 Jun 2008 15:28:29 -0500 [thread overview]
Message-ID: <48654D6D.1090309@freescale.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0806271449540.9071@blarg.am.freescale.net>
Kumar Gala wrote:
> diff --git a/arch/powerpc/boot/dts/asp834x-redboot.dts b/arch/powerpc/boot/dts/asp834x-redboot.dts
> index 972cf78..d140031 100644
> --- a/arch/powerpc/boot/dts/asp834x-redboot.dts
> +++ b/arch/powerpc/boot/dts/asp834x-redboot.dts
> @@ -53,7 +53,7 @@
> "fsl,pq2pro-localbus",
> "simple-bus";
> reg = <0xff005000 0x1000>;
> - interrupts = <77 0x8>;
> + interrupts = <47 0x8>;
> interrupt-parent = <&ipic>;
>
> ranges = <
This is wrong (LBC is IRQ 77; IRQ 47 is reserved), and wasn't mentioned
in the patch description...
> diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts
> index e1f0dca..ae2c4aa 100644
> --- a/arch/powerpc/boot/dts/mpc8313erdb.dts
> +++ b/arch/powerpc/boot/dts/mpc8313erdb.dts
> @@ -52,7 +52,7 @@
> #size-cells = <1>;
> compatible = "fsl,mpc8313-elbc", "fsl,elbc", "simple-bus";
> reg = <0xe0005000 0x1000>;
> - interrupts = <77 0x8>;
> + interrupts = <13 0x8>;
> interrupt-parent = <&ipic>;
Likewise. 13 is the 1588 timer IRQ.
> @@ -51,7 +51,7 @@
> #size-cells = <1>;
> compatible = "fsl,mpc8315-elbc", "fsl,elbc", "simple-bus";
> reg = <0xe0005000 0x1000>;
> - interrupts = <77 0x8>;
> + interrupts = <15 0x8>;
I2C this time. :-P
> @@ -303,6 +268,41 @@
> };
> };
>
> + crypto@30000 {
> + model = "SEC3";
> + compatible = "talitos";
> + reg = <0x30000 0x10000>;
> + interrupts = <11 0x8>;
> + interrupt-parent = <&ipic>;
> + /* Rev. 3.0 geometry */
> + num-channels = <4>;
> + channel-fifo-len = <24>;
> + exec-units-mask = <0x000001fe>;
> + descriptor-types-mask = <0x03ab0ebf>;
> + };
> +
> + sdhc@2e000 {
> + model = "eSDHC";
> + compatible = "fsl,esdhc";
> + reg = <0x2e000 0x1000>;
> + interrupts = <42 0x8>;
> + interrupt-parent = <&ipic>;
> + };
> +
> + sata@18000 {
> + compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
> + reg = <0x18000 0x1000>;
> + interrupts = <44 0x8>;
> + interrupt-parent = <&ipic>;
> + };
> +
> + sata@19000 {
> + compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
> + reg = <0x19000 0x1000>;
> + interrupts = <45 0x8>;
> + interrupt-parent = <&ipic>;
> + };
Doesn't match the changelog, and the crypto binding is old.
> diff --git a/arch/powerpc/boot/dts/mpc8378_mds.dts b/arch/powerpc/boot/dts/mpc8378_mds.dts
> index 1d6ea08..5d57f5d 100644
> --- a/arch/powerpc/boot/dts/mpc8378_mds.dts
> +++ b/arch/powerpc/boot/dts/mpc8378_mds.dts
> @@ -52,7 +52,7 @@
> #size-cells = <1>;
> compatible = "fsl,mpc8378-elbc", "fsl,elbc", "simple-bus";
> reg = <0xe0005000 0x1000>;
> - interrupts = <77 0x8>;
> + interrupts = <78 0x8>;
Another mangled localbus interrupt (and more after this).
-Scott
next prev parent reply other threads:[~2008-06-27 20:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-27 19:50 [PATCH] powerpc: Add dma nodes to 83xx, 85xx and 86xx boards Kumar Gala
2008-06-27 20:28 ` Scott Wood [this message]
2008-06-27 21:08 ` Kumar Gala
2008-06-27 21:10 ` [PATCH v2] " Kumar Gala
2008-06-30 4:15 ` David Gibson
2008-06-30 15:35 ` Scott Wood
2008-06-30 15:38 ` Kumar Gala
2008-06-30 19:55 ` Scott Wood
2008-06-30 20:56 ` Segher Boessenkool
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=48654D6D.1090309@freescale.com \
--to=scottwood@freescale.com \
--cc=galak@kernel.crashing.org \
--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).