<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [PATCH 7/7] [POWERPC] Xilinx: Update booting-without-of.</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<BR>
<P><FONT SIZE=2>Compound devices that actually have their own shared registers should do something different. Likely they'll need some sort of data synchronization anyway. It seems that by far the common case here is to going to be to just have aggregation, and I don't see any reason that can't be handled by a common 'pseudo-bus'.<BR>
<BR>
<BR>
Steve<BR>
<BR>
-----Original Message-----<BR>
From: glikely@secretlab.ca on behalf of Grant Likely<BR>
Sent: Sun 12/16/2007 8:30 PM<BR>
To: Stephen Neuendorffer; grant.likely@secretlab.ca; simekm2@fel.cvut.cz; jwilliams@itee.uq.edu.au; linuxppc-dev@ozlabs.org<BR>
Subject: Re: [PATCH 7/7] [POWERPC] Xilinx: Update booting-without-of.<BR>
<BR>
On 12/16/07, David Gibson <david@gibson.dropbear.id.au> wrote:<BR>
> On Thu, Dec 13, 2007 at 03:43:33PM -0800, Stephen Neuendorffer wrote:<BR>
> > This now better describes what the UBoot device tree generator actually does. In particular:<BR>
> ><BR>
> > 1) Nodes have a label derived from the device name, and a node name<BR>
> > derived from the device type.<BR>
> > 2) Usage of compound nodes (representing more than one device in the same IP) which actually works. This requires having a valid compatible node, and all the other things that a bus normally has. I've chosen 'xlnx,compound' as the bus name to describe these compound nodes.<BR>
><BR>
> I'm not sure I like this xlnx,compound business, although maybe it's<BR>
> the best you can do.<BR>
<BR>
I'd prefer something like "xlnx,<ip-name>-group". "xlnx,compound" is<BR>
a very bad idea because it will be reused for very different types of<BR>
devices. What happens when a device appears that has both<BR>
per-instance properties and 'top level' registers accessed by both<BR>
devices?<BR>
</FONT>
</P>
</BODY>
</HTML>