Skip to content

Commit 6f308c0

Browse files
floatiouskwilczynski
authored andcommitted
dt-bindings: PCI: snps,dw-pcie-ep: Add tx_int{a,b,c,d} legacy IRQs
The DWC core has four interrupt signals: tx_inta, tx_intb, tx_intc, tx_intd that are triggered when the PCIe controller (when running in Endpoint mode) has sent an Assert_INTA Message to the upstream device. Some DWC controllers have these interrupt in a combined interrupt signal. Add the description of these interrupts to the device tree binding. Link: https://lore.kernel.org/linux-pci/20240607-rockchip-pcie-ep-v1-v5-3-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 b963537 commit 6f308c0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,15 @@ properties:
151151
Application-specific IRQ raised depending on the vendor-specific
152152
events basis.
153153
const: app
154+
- description:
155+
Interrupts triggered when the controller itself (in Endpoint mode)
156+
has sent an Assert_INT{A,B,C,D}/Desassert_INT{A,B,C,D} message to
157+
the upstream device.
158+
pattern: "^tx_int(a|b|c|d)$"
159+
- description:
160+
Combined interrupt signal raised when the controller has sent an
161+
Assert_INT{A,B,C,D} message. See "^tx_int(a|b|c|d)$" for details.
162+
const: legacy
154163
- description:
155164
Vendor-specific IRQ names. Consider using the generic names above
156165
for new bindings.

0 commit comments

Comments
 (0)