diff mbox series

[1/3] dt-bindings: PCI: fsl,imx6q-pcie: Add optional DMA interrupt

Message ID 20250225102726.654070-2-alexander.stein@ew.tq-group.com (mailing list archive)
State New
Headers show
Series imx8qxp: PCIe fixes | expand

Commit Message

Alexander Stein Feb. 25, 2025, 10:27 a.m. UTC
i.MX8QM and i.MX8QXP/DXP have an additional interrupt for DMA.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Frank Li Feb. 25, 2025, 4:11 p.m. UTC | #1
On Tue, Feb 25, 2025 at 11:27:21AM +0100, Alexander Stein wrote:
> i.MX8QM and i.MX8QXP/DXP have an additional interrupt for DMA.

Reviewed-by: Frank Li <Frank.Li@nxp.com>

>
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
>  Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
> index 4c76cd3f98a9c..ca5f2970f217c 100644
> --- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
> +++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
> @@ -47,12 +47,16 @@ properties:
>      maxItems: 5
>
>    interrupts:
> +    minItems: 1
>      items:
>        - description: builtin MSI controller.
> +      - description: builtin DMA controller.
>
>    interrupt-names:
> +    minItems: 1
>      items:
>        - const: msi
> +      - const: dma
>
>    reset-gpio:
>      description: Should specify the GPIO for controlling the PCI bus device
> --
> 2.43.0
>
Rob Herring Feb. 25, 2025, 5:21 p.m. UTC | #2
On Tue, 25 Feb 2025 11:27:21 +0100, Alexander Stein wrote:
> i.MX8QM and i.MX8QXP/DXP have an additional interrupt for DMA.
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
>  Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Krzysztof WilczyƄski Feb. 26, 2025, 2:55 p.m. UTC | #3
Hello,

> i.MX8QM and i.MX8QXP/DXP have an additional interrupt for DMA.

Applied to dt-bindings, thank you!

	Krzysztof
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
index 4c76cd3f98a9c..ca5f2970f217c 100644
--- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
@@ -47,12 +47,16 @@  properties:
     maxItems: 5
 
   interrupts:
+    minItems: 1
     items:
       - description: builtin MSI controller.
+      - description: builtin DMA controller.
 
   interrupt-names:
+    minItems: 1
     items:
       - const: msi
+      - const: dma
 
   reset-gpio:
     description: Should specify the GPIO for controlling the PCI bus device