On Fri, Jul 08, 2016 at 10:11:49PM +0200, Patrick Wildt wrote: > On Fri, Jul 08, 2016 at 09:56:46PM +0200, Mark Kettenis wrote: > > FDTs use phandles as a way to have pointers to nodes in the tree. For > > example, nodes may have an "interrupt-parent" property that contains a > > phandle that points to the node that defines the interrupt controller > > for the interrupts of the device that corresponds to the node. This > > phandle is a simple 32-bit integer. The interrupt controller node > > will have a "phandle" (or "linux,phandle") property with that same > > 32-bit integer. > > > > The diff provides both a fdt-style and on OF-style interface. These > > interfaces will be used in the armv7 port to do the necessary phandle > > lookups. > > > > ok? > > I think I had something like this in one of my diffs as well. I like > it, go ahead.
Looks good to me as well. ok jsg@
