提交 598418e6 编写于 作者: M Matt Ranostay 提交者: Lorenzo Pieralisi

dt-bindings: PCI: ti,j721e-pci-*: Add missing interrupt properties

Both interrupts, and interrupt names weren't defined in both EP and host
yaml. Also define the only possible interrupt-name as link_state, and
maxItems of interrupts to one.

This patch resolves the following warning:

arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dtb: pcie-ep@2910000: Unevaluated properties are not allowed ('interrupt-names', 'interrupts' were unexpected)
        From schema Documentation/devicetree/bindings/pci/ti,j721e-pci-ep.yaml

Link: https://lore.kernel.org/r/20221025081909.404107-3-mranostay@ti.comSigned-off-by: NMatt Ranostay <mranostay@ti.com>
Signed-off-by: NLorenzo Pieralisi <lpieralisi@kernel.org>
Acked-by: NRob Herring <robh@kernel.org>
上级 ba4ff1cb
...@@ -58,6 +58,13 @@ properties: ...@@ -58,6 +58,13 @@ properties:
dma-coherent: dma-coherent:
description: Indicates that the PCIe IP block can ensure the coherency description: Indicates that the PCIe IP block can ensure the coherency
interrupts:
maxItems: 1
interrupt-names:
items:
- const: link_state
required: required:
- compatible - compatible
- reg - reg
......
...@@ -76,6 +76,13 @@ properties: ...@@ -76,6 +76,13 @@ properties:
msi-map: true msi-map: true
interrupts:
maxItems: 1
interrupt-names:
items:
- const: link_state
interrupt-controller: interrupt-controller:
type: object type: object
additionalProperties: false additionalProperties: false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册