[PATCH 2/2] drivers/amba: probe via device tree
Segher Boessenkool
segher at kernel.crashing.org
Sun May 22 01:18:54 EST 2011
> Identifying actual AMBA devices is already done. The question is how
> to scan the tree for them and how that relates to regular platform
> devices. The AMBA devices have a binding like this:
>
> compatible = "arm,pl011", "arm,amba-device";
> arm,amba-deviceid = <0x00341011>;
Excellent -- so you just find all devices with compatible
"arm,amba-device".
How that relates to legacy platform devices, I have no idea. But you
got
a workable device binding :-) Does this sit on a proper (AMBA-type)
bus as
well?
Segher
More information about the devicetree-discuss
mailing list