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

dt-bindings: pinctrl: Add gpio interrupt bindings for Actions S900 SoC

Add gpio interrupt bindings for Actions Semi S900 SoC.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Manivannan Sadhasivam and committed by
Linus Walleij
e3bc2ebd c1e802f6

+10
+10
Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt
··· 19 19 defines the interrupt number, the second encodes 20 20 the trigger flags described in 21 21 bindings/interrupt-controller/interrupts.txt 22 + - interrupts: The interrupt outputs from the controller. There is one GPIO 23 + interrupt per GPIO bank. The number of interrupts listed depends 24 + on the number of GPIO banks on the SoC. The interrupts must be 25 + ordered by bank, starting with bank 0. 22 26 23 27 Please refer to pinctrl-bindings.txt in this directory for details of the 24 28 common pinctrl bindings used by client devices, including the meaning of the ··· 184 180 #gpio-cells = <2>; 185 181 interrupt-controller; 186 182 #interrupt-cells = <2>; 183 + interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>, 184 + <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>, 185 + <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>, 186 + <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>, 187 + <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>, 188 + <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; 187 189 188 190 uart2-default: uart2-default { 189 191 pinmux {