Skip to content

Commit 7d741d1

Browse files
tq-steinakwilczynski
authored andcommitted
dt-bindings: PCI: fsl,imx6q-pcie: Add optional DMA interrupt
The i.MX8QM and i.MX8QXP/DXP have an additional interrupt for DMA. Signed-off-by: Alexander Stein <[email protected]> Reviewed-by: Frank Li <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent 2a49560 commit 7d741d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,16 @@ properties:
4747
maxItems: 5
4848

4949
interrupts:
50+
minItems: 1
5051
items:
5152
- description: builtin MSI controller.
53+
- description: builtin DMA controller.
5254

5355
interrupt-names:
56+
minItems: 1
5457
items:
5558
- const: msi
59+
- const: dma
5660

5761
reset-gpio:
5862
description: Should specify the GPIO for controlling the PCI bus device

0 commit comments

Comments
 (0)