Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: interrupt-controller: al-fic: remove redundant binding

Remove dt binding description for standard binding.

Signed-off-by: Talel Shenhar <talel@amazon.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Talel Shenhar and committed by
Rob Herring
50ce73cf c7842d10

+7 -9
+7 -9
Documentation/devicetree/bindings/interrupt-controller/amazon,al-fic.txt
··· 5 5 - compatible: should be "amazon,al-fic" 6 6 - reg: physical base address and size of the registers 7 7 - interrupt-controller: identifies the node as an interrupt controller 8 - - #interrupt-cells: must be 2. 9 - First cell defines the index of the interrupt within the controller. 10 - Second cell is used to specify the trigger type and must be one of the 11 - following: 12 - - bits[3:0] trigger type and level flags 13 - 1 = low-to-high edge triggered 14 - 4 = active high level-sensitive 15 - - interrupt-parent: specifies the parent interrupt controller. 8 + - #interrupt-cells : must be 2. Specifies the number of cells needed to encode 9 + an interrupt source. Supported trigger types are low-to-high edge 10 + triggered and active high level-sensitive. 16 11 - interrupts: describes which input line in the interrupt parent, this 17 12 fic's output is connected to. This field property depends on the parent's 18 13 binding 19 14 15 + Please refer to interrupts.txt in this directory for details of the common 16 + Interrupt Controllers bindings used by client devices. 17 + 20 18 Example: 21 19 22 - amazon_fic: interrupt-controller@0xfd8a8500 { 20 + amazon_fic: interrupt-controller@fd8a8500 { 23 21 compatible = "amazon,al-fic"; 24 22 interrupt-controller; 25 23 #interrupt-cells = <2>;