mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
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>
This commit is contained in:
parent
06c2afb862
commit
8cd2b8ce48
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user