mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
PCI: rockchip: Set address alignment for endpoint mode
commit7e6689b34aupstream. The address translation unit of the rockchip EP controller does not use the lower 8 bits of a PCIe-space address to map local memory. Thus we must set the align feature field to 256 to let the user know about this constraint. Link: https://lore.kernel.org/r/20230418074700.1083505-12-rick.wertenbroek@gmail.com Fixes:cf590b0783("PCI: rockchip: Add EP driver for Rockchip PCIe controller") Signed-off-by: Damien Le Moal <dlemoal@kernel.org> Signed-off-by: Rick Wertenbroek <rick.wertenbroek@gmail.com> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Cc: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
750fd00a0a
commit
eec34da87b
@@ -485,6 +485,7 @@ static const struct pci_epc_features rockchip_pcie_epc_features = {
|
|||||||
.linkup_notifier = false,
|
.linkup_notifier = false,
|
||||||
.msi_capable = true,
|
.msi_capable = true,
|
||||||
.msix_capable = false,
|
.msix_capable = false,
|
||||||
|
.align = 256,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct pci_epc_features*
|
static const struct pci_epc_features*
|
||||||
|
|||||||
Reference in New Issue
Block a user