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

Documentation: dt-bindings: Fix interrupt documentation file path

Fix the incorrect interrupt documentation file path in binding docs.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Andrew F. Davis and committed by
Lee Jones
51669f89 2fadbbf0

+4 -4
+1 -1
Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
··· 24 24 - #interrupt-cells : Specifies the number of cells needed to encode an 25 25 interrupt. Shall be set to 2. The first cell defines the interrupt number, 26 26 the second encodes the triger flags encoded as described in 27 - Documentation/devicetree/bindings/interrupts.txt 27 + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 28 28 - interrupt-parent : The parent interrupt controller. 29 29 - interrupts : The interrupt to the parent controller raised when GPIOs 30 30 generate the interrupts.
+1 -1
Documentation/devicetree/bindings/mfd/arizona.txt
··· 24 24 - #interrupt-cells: the number of cells to describe an IRQ, this should be 2. 25 25 The first cell is the IRQ number. 26 26 The second cell is the flags, encoded as the trigger masks from 27 - Documentation/devicetree/bindings/interrupts.txt 27 + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 28 28 29 29 - gpio-controller : Indicates this device is a GPIO controller. 30 30 - #gpio-cells : Must be 2. The first cell is the pin number and the
+1 -1
Documentation/devicetree/bindings/mfd/palmas.txt
··· 24 24 - #interrupt-cells : should be set to 2 for IRQ number and flags 25 25 The first cell is the IRQ number. 26 26 The second cell is the flags, encoded as the trigger masks from 27 - Documentation/devicetree/bindings/interrupts.txt 27 + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 28 28 - interrupt-parent : The parent interrupt controller. 29 29 30 30 Optional properties:
+1 -1
Documentation/devicetree/bindings/sound/wm8994.txt
··· 30 30 - #interrupt-cells: the number of cells to describe an IRQ, this should be 2. 31 31 The first cell is the IRQ number. 32 32 The second cell is the flags, encoded as the trigger masks from 33 - Documentation/devicetree/bindings/interrupts.txt 33 + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt 34 34 35 35 - clocks : A list of up to two phandle and clock specifier pairs 36 36 - clock-names : A list of clock names sorted in the same order as clocks.