Skip to content

Commit b963537

Browse files
floatiouskwilczynski
authored andcommitted
dt-bindings: PCI: snps,dw-pcie-ep: Add vendor specific interrupt-names
Considering that some drivers (e.g. pcie-dw-rockchip.c) already use the interrupt-names "sys", "pmc", "msg", "err" for the device tree binding in Root Complex mode (snps,dw-pcie.yaml), it doesn't make sense that those drivers should use different interrupt-names when running in Endpoint mode (snps,dw-pcie-ep.yaml). Therefore, since "sys", "pmc", "msg", "err" are already defined in snps,dw-pcie.yaml, add them also for snps,dw-pcie-ep.yaml. Link: https://lore.kernel.org/linux-pci/20240607-rockchip-pcie-ep-v1-v5-2-0a042d6b0049@kernel.org Signed-off-by: Niklas Cassel <cassel@kernel.org> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
1 parent 3b28726 commit b963537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ properties:
156156
for new bindings.
157157
oneOf:
158158
- description: See native "app" IRQ for details
159-
enum: [ intr ]
159+
enum: [ intr, sys, pmc, msg, err ]
160160

161161
max-functions:
162162
maximum: 32

0 commit comments

Comments
 (0)