linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: Kim Phillips <kim.phillips@freescale.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH 3/3] Add MPC8349E MDS device tree source file to arch/powerpc/boot/dts
Date: Wed, 23 Aug 2006 21:02:44 -0500	[thread overview]
Message-ID: <FC1BA132-91BE-482F-BF79-FAB91667E188@kernel.crashing.org> (raw)
In-Reply-To: <20060823203944.34c85a6a.kim.phillips@freescale.com>


On Aug 23, 2006, at 8:39 PM, Kim Phillips wrote:

> Add MPC8349E MDS device tree source file to arch/powerpc/boot/dts
>
>
> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
> ---
>
>  arch/powerpc/boot/dts/mpc8349emds.dts |  327 ++++++++++++++++++++++ 
> +++++++++++
>  1 files changed, 327 insertions(+), 0 deletions(-)

Can we rename the defconfig to match the dts, mpc834x_sys was a bad  
choice but what was I to do.  Things seem to have stabilized on MDS  
so we should go with that.

> +
> +		/* IPIC
> +		 * interrupts cell = <intr #, sense>
> +		 * sense == 8: Level, low assertion
> +		 * sense == 2: Edge, high-to-low change
> +		 */

Would be good to add a comment that we match IORESOURCE_IRQ_* defn.

> +		pic@700 {
> +			linux,phandle = <700>;
> +			interrupt-controller;
> +			#address-cells = <0>;
> +			#interrupt-cells = <2>;
> +			reg = <700 100>;
> +			built-in;
> +			device_type = "ipic";
> +		};
> +	};
> +};
> -- 
> 2006_06_07.01.gittree_pull-dirty

      reply	other threads:[~2006-08-24  2:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-24  1:39 [PATCH 3/3] Add MPC8349E MDS device tree source file to arch/powerpc/boot/dts Kim Phillips
2006-08-24  2:02 ` Kumar Gala [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=FC1BA132-91BE-482F-BF79-FAB91667E188@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --cc=kim.phillips@freescale.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).