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

dt-bindings/bcm2836-l1-intc: Add interrupt polarity support

This increases the interrupt cells for the 1st level interrupt controller
binding in order to describe the polarity like on the other ARM platforms.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>

authored by

Stefan Wahren and committed by
Marc Zyngier
36464580 30a7acd5

+2 -2
+2 -2
Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2836-l1-intc.txt
··· 12 12 registers 13 13 - interrupt-controller: Identifies the node as an interrupt controller 14 14 - #interrupt-cells: Specifies the number of cells needed to encode an 15 - interrupt source. The value shall be 1 15 + interrupt source. The value shall be 2 16 16 17 17 Please refer to interrupts.txt in this directory for details of the common 18 18 Interrupt Controllers bindings used by client devices. ··· 32 32 compatible = "brcm,bcm2836-l1-intc"; 33 33 reg = <0x40000000 0x100>; 34 34 interrupt-controller; 35 - #interrupt-cells = <1>; 35 + #interrupt-cells = <2>; 36 36 interrupt-parent = <&local_intc>; 37 37 };