Skip to content

Commit

Permalink
PCI: qcom-ep: Pass alignment restriction to the EPF core
Browse files Browse the repository at this point in the history
Qcom PCIe EP controllers have 4K alignment restriction for the outbound
window address. Hence, pass this info to the EPF core so that the EPF
drivers can make use of this info.

Link: https://lore.kernel.org/linux-pci/20230717065459.14138-2-manivannan.sadhasivam@linaro.org
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
  • Loading branch information
Mani-Sadhasivam authored and kwilczynski committed Aug 25, 2023
1 parent 06c2afb commit 8cd2b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pci/controller/dwc/pcie-qcom-ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ static const struct pci_epc_features qcom_pcie_epc_features = {
.core_init_notifier = true,
.msi_capable = true,
.msix_capable = false,
.align = SZ_4K,
};

static const struct pci_epc_features *
Expand Down

0 comments on commit 8cd2b8c

Please sign in to comment.