Skip to content

Commit 8cd2b8c

Browse files
Mani-Sadhasivamkwilczynski
authored andcommitted
PCI: qcom-ep: Pass alignment restriction to the EPF core
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>
1 parent 06c2afb commit 8cd2b8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/controller/dwc/pcie-qcom-ep.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ static const struct pci_epc_features qcom_pcie_epc_features = {
706706
.core_init_notifier = true,
707707
.msi_capable = true,
708708
.msix_capable = false,
709+
.align = SZ_4K,
709710
};
710711

711712
static const struct pci_epc_features *

0 commit comments

Comments
 (0)