Unverified Commit 8cd2b8ce authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Krzysztof Wilczyński
Browse files

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: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: default avatarKrzysztof Wilczyński <kwilczynski@kernel.org>
parent 06c2afb8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -706,6 +706,7 @@ static const struct pci_epc_features qcom_pcie_epc_features = {
	.core_init_notifier = true,
	.core_init_notifier = true,
	.msi_capable = true,
	.msi_capable = true,
	.msix_capable = false,
	.msix_capable = false,
	.align = SZ_4K,
};
};


static const struct pci_epc_features *
static const struct pci_epc_features *