From: David Gibson <david@gibson.dropbear.id.au>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>, linuxppc-dev@ozlabs.org
Subject: Re: [PATCH 2/10] sbc8560: Add v1 device tree source for Wind River SBC8560 board
Date: Wed, 6 Feb 2008 12:06:36 +1100 [thread overview]
Message-ID: <20080206010636.GB10300@localhost.localdomain> (raw)
In-Reply-To: <B819C3FE-9DD3-4B49-A8C4-48D507FBF0C4@kernel.crashing.org>
On Tue, Feb 05, 2008 at 09:44:23AM -0600, Kumar Gala wrote:
>
> On Feb 4, 2008, at 8:40 PM, David Gibson wrote:
>
> > On Fri, Feb 01, 2008 at 08:46:32AM -0600, Kumar Gala wrote:
> >>
> >> On Feb 1, 2008, at 1:54 AM, David Gibson wrote:
> >>
> >>> On Thu, Jan 24, 2008 at 06:41:24PM -0500, Paul Gortmaker wrote:
> > [snip]
> >>>> + epld@5,0 {
> >>>
> >>> I'm not entirely convinced on this two-level representation. I
> >>> think
> >>> the FSL people need to get together and define a binding (or set of
> >>> bindings) for their various chipselect style external bus bridges.
> >>
> >> It seems reasonable if you had a FPGA off of the localbus to have a
> >> two level representation. One for the localbus controller on the FSL
> >> part and the child to describe the FPGA.
> >>
> >> What are you expecting beyond what we have today? I guess I'm asking
> >> what's missing from the localbus nodes we have?
> >
> > Sorry, I was probably misleading. All I really meant is that I don't
> > know enough about these FSL bus bridge arrangements to assess if this
> > representation is the most sensible one. I'm presuming that this
> > chipselect bridge unit is a more-or-less standard ASIC appearing on
> > lots of the FSL chips, so it would be nice to have a standard binding
> > for them, as we do for the roughly-equivalent EBC bridge on 4xx.
>
> Is there a writeup for EBC? I'll take a look at it and see if it
> makes senses for the freescale 'localbus'.
Uh... not as such. I'll try to write it up and add a binding to
b-w-o.txt next week when I'm back at work for real. I wouldn't expect
it to be usable as is for the Freescale localbus, but it should be
pretty similar in spirit.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
next prev parent reply other threads:[~2008-02-06 1:06 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-24 23:41 [PATCH 0/10] Support for SBC834x/8548/8560 Wind River Boards Paul Gortmaker
[not found] ` <e3ccba7097a77e66f07663fe9d1f174c06183528.1201217172.git.paul.gortmaker@windriver.com>
2008-01-24 23:41 ` [PATCH 1/10] sbc8560: add support for Wind River SBC8560 in arch/powerpc Paul Gortmaker
[not found] ` <7107e511a0f989ad55335855fa0f241f09eff52f.1201217172.git.paul.gortmaker@windriver.com>
2008-01-24 23:41 ` [PATCH 2/10] sbc8560: Add v1 device tree source for Wind River SBC8560 board Paul Gortmaker
2008-02-01 7:54 ` David Gibson
2008-02-01 14:46 ` Kumar Gala
2008-02-05 2:40 ` David Gibson
2008-02-05 15:44 ` Kumar Gala
2008-02-06 1:06 ` David Gibson [this message]
2008-02-05 16:53 ` Paul Gortmaker
[not found] ` <e314406ab20b7a8fd11365f7475e3cc9175d2b72.1201217172.git.paul.gortmaker@windriver.com>
2008-01-24 23:41 ` [PATCH 3/10] CPM2: Make support for the CPM2 optional on 8560 based boards Paul Gortmaker
2008-01-25 0:15 ` Scott Wood
2008-01-25 0:20 ` Paul Gortmaker
[not found] ` <e9e77b397953132bd24e0fe2e83cb059ba69b881.1201217172.git.paul.gortmaker@windriver.com>
2008-01-24 23:41 ` [PATCH 4/10] sbc8560: Add default .config file for Wind River SBC8560 Paul Gortmaker
[not found] ` <deb53dafb980045ef6ec30e5c1bf97f4407e04cf.1201217172.git.paul.gortmaker@windriver.com>
2008-01-24 23:41 ` [PATCH 5/10] sbc8548: Add basic support for Wind River SBC8548 as powerpc Paul Gortmaker
[not found] ` <2f25b75cad6c228a687093741f4ed1c5d1f1d4e7.1201217172.git.paul.gortmaker@windriver.com>
2008-01-24 23:41 ` [PATCH 6/10] sbc8548: Add v1 device tree source for Wind River SBC8548 board Paul Gortmaker
[not found] ` <93c8075ef9371c69ca336581c20ae0c8d27a3646.1201217172.git.paul.gortmaker@windriver.com>
2008-01-24 23:41 ` [PATCH 7/10] sbc8548: Add default .config file for Wind River SBC8548 Paul Gortmaker
[not found] ` <14dfe83746b13d3704894f8198001bd5f704df05.1201217172.git.paul.gortmaker@windriver.com>
2008-01-24 23:41 ` [PATCH 8/10] sbc834x: Add support for Wind River SBC834x boards Paul Gortmaker
[not found] ` <331a875ebbfcf28f26707c86fa904953298e240b.1201217172.git.paul.gortmaker@windriver.com>
2008-01-24 23:41 ` [PATCH 9/10] sbc834x: Add device tree source for Wind River SBC834x board Paul Gortmaker
[not found] ` <3e5c0cb973367b8ec650620a1357448a380f7dc7.1201217172.git.paul.gortmaker@windriver.com>
2008-01-24 23:41 ` [PATCH 10/10] sbc834x: Add default config file for Wind River SBC8349 board Paul Gortmaker
2008-01-25 8:38 ` [PATCH 0/10] Support for SBC834x/8548/8560 Wind River Boards Kumar Gala
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=20080206010636.GB10300@localhost.localdomain \
--to=david@gibson.dropbear.id.au \
--cc=galak@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=paul.gortmaker@windriver.com \
/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