
The documentation only mentioned the generic fallback compatible property. Add the missing SoC-specific compatible properties, which are already in use. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Simon Horman <horms+renesas@verge.net.au> Link: https://lkml.kernel.org/r/1409212800-4957-1-git-send-email-geert+renesas@glider.be Signed-off-by: Jason Cooper <jason@lakedaemon.net>
22 lines
869 B
Text
22 lines
869 B
Text
DT bindings for the R-/SH-Mobile irqpin controller
|
|
|
|
Required properties:
|
|
|
|
- compatible: has to be "renesas,intc-irqpin-<soctype>", "renesas,intc-irqpin"
|
|
as fallback.
|
|
Examples with soctypes are:
|
|
- "renesas,intc-irqpin-r8a7740" (R-Mobile A1)
|
|
- "renesas,intc-irqpin-r8a7778" (R-Car M1A)
|
|
- "renesas,intc-irqpin-r8a7779" (R-Car H1)
|
|
- "renesas,intc-irqpin-sh73a0" (SH-Mobile AG5)
|
|
- #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in
|
|
interrupts.txt in this directory
|
|
|
|
Optional properties:
|
|
|
|
- any properties, listed in interrupts.txt, and any standard resource allocation
|
|
properties
|
|
- sense-bitfield-width: width of a single sense bitfield in the SENSE register,
|
|
if different from the default 4 bits
|
|
- control-parent: disable and enable interrupts on the parent interrupt
|
|
controller, needed for some broken implementations
|