Skip to content

Commit a7d824b

Browse files
floatiousMani-Sadhasivam
authored andcommitted
PCI: rockchip-ep: Mark RK3399 as intx_capable
RK3399 can raise INTx interrupts, as can be seen by rockchip_pcie_ep_send_intx_irq(). This is also in line with the register description of PCIE_CLIENT_LEGACY_INT_CTRL, section "17.6.3 PCIe Client Detail Register Description" of the RK3399 TRM. Thus, mark RK3399 as intx_capable. Signed-off-by: Niklas Cassel <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent c7540e5 commit a7d824b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/controller/pcie-rockchip-ep.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ static const struct pci_epc_features rockchip_pcie_epc_features = {
694694
.linkup_notifier = true,
695695
.msi_capable = true,
696696
.msix_capable = false,
697+
.intx_capable = true,
697698
.align = ROCKCHIP_PCIE_AT_SIZE_ALIGN,
698699
};
699700

0 commit comments

Comments
 (0)