[PATCH 1/2] ARM: DT: fix gic interrupt controller documentation
Stephen Warren
swarren at wwwdotorg.org
Thu Mar 13 13:44:33 EDT 2014
On 03/13/2014 11:40 AM, Tim Harvey wrote:
> When using interrupt-maps, the size of a map entry is #address-cells +
> #interrupt-cells for the parent interrupt controller. For the ARM GIC
> address-cells should be 0 as this is not used.
>
> This patch fixes the example by correctly specifying #address-cells = 0.
If the #address-cells property is required (well, or even optional...)
in the node, shouldn't it be included in the list of required/optional
properties above, and not solely included in the example?
More information about the linux-arm-kernel
mailing list