mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 21:07:24 +07:00
791d3ef2e1
'interrupt-parent' is often documented as part of define bindings, but it is really outside the scope of a device binding. It's never required in a given node as it is often inherited from a parent node. Or it can be implicit if a parent node is an 'interrupt-controller' node. So remove it from all the binding files. Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
15 lines
605 B
Plaintext
15 lines
605 B
Plaintext
TS-4800 FPGA interrupt controller
|
|
|
|
TS-4800 FPGA has an internal interrupt controller. When one of the
|
|
interrupts is triggered, the SoC is notified, usually using a GPIO as
|
|
parent interrupt source.
|
|
|
|
Required properties:
|
|
- compatible: should be "technologic,ts4800-irqc"
|
|
- interrupt-controller: identifies the node as an interrupt controller
|
|
- reg: physical base address of the controller and length of memory mapped
|
|
region
|
|
- #interrupt-cells: specifies the number of cells needed to encode an interrupt
|
|
source, should be 1.
|
|
- interrupts: specifies the interrupt line in the interrupt-parent controller
|