linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Andre Schwarz <andre.schwarz@matrix-vision.de>
Cc: linux-ppc list <linuxppc-dev@ozlabs.org>
Subject: Re: [PATCH v2] Add MPC5200B base board mvBC-P
Date: Tue, 8 Jul 2008 18:54:09 -0600	[thread overview]
Message-ID: <20080709005409.GD12502@secretlab.ca> (raw)
In-Reply-To: <48732588.8020907@matrix-vision.de>

On Tue, Jul 08, 2008 at 10:30:00AM +0200, Andre Schwarz wrote:
> David Gibson schrieb:
> > On Mon, Jul 07, 2008 at 10:14:29AM +0200, Andre Schwarz wrote:
> >   
> >> The mvBlueCOUGAR-P is a MPC5200B based camera system with Intel Gigabit ethernet
> >> controller (using e1000). It's just another MPC5200_simple board.
> >>     
> >
> > [snip]
> >   
> >> +		timer@600 {	// General Purpose Timer
> >> +			compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
> >> +			reg = <0x600 0x10>;
> >> +			interrupts = <1 9 0>;
> >> +			interrupt-parent = <&mpc5200_pic>;
> >> +			fsl,has-wdt;
> >> +		};
> >> +
> >> +		timer@610 {	// General Purpose Timer
> >> +			compatible = "fsl,mpc5200b-gpt","fsl,mpc5200-gpt";
> >> +			cell-index = <1>;
> >>     
> >
> > What shared resource is this cell-index value used to index?
> >
> > Also why does it not appear on the timer@600 but does on all the
> > others.
> >
> >   
> Sorry - it's a copy paste problem. At first I only used timer0, i.e.
> this is the original entry.
> After Grant wanting me to have a look at the lite5200b.dts I copied over
> the rest of the dts nodes I also have on my board. On lite5200b.dts the
> cell-index is defined.
> 
> If this is incorrect I'll remove it.
> Is cell-index inappropriate for the timer node ?

Yes, you can drop cell-index for fsl,mpc5200-gpt nodes.

g.

      reply	other threads:[~2008-07-09  0:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-07  8:14 [PATCH v2] Add MPC5200B base board mvBC-P Andre Schwarz
2008-07-08  3:44 ` David Gibson
2008-07-08  8:30   ` Andre Schwarz
2008-07-09  0:54     ` 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=20080709005409.GD12502@secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=andre.schwarz@matrix-vision.de \
    --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).