On Tue, 2006-06-20 at 20:23 +1000, Paul Collins wrote:
> > Btw, it's in my device-tree as
> > [EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]
> > with a compatible
> > 'lmu-controller' property.
>
> Does this mean that of_find_node_by_name("lmu-controller", 0) will
> return the correct node? I don't know much about device tree stuff.No, you'll probably need to do of_find_compatible_node(NULL, NULL, "lmu-controller") or something like that, if your compatible property includes 'lmu-controller' too. johannes
signature.asc
Description: This is a digitally signed message part

