Skip to content

Commit 399444a

Browse files
Richard Zhubjorn-helgaas
authored andcommitted
PCI: imx6: Add IMX8MM_EP and IMX8MP_EP fixed 256-byte BAR 4 in epc_features
For IMX8MM_EP and IMX8MP_EP, add fixed 256-byte BAR 4 and reserved BAR 5 in imx8m_pcie_epc_features. Fixes: 75c2f26 ("PCI: imx6: Add i.MX PCIe EP mode support") Signed-off-by: Richard Zhu <[email protected]> [bhelgaas: add details in subject] Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Frank Li <[email protected]> Cc: [email protected] Link: https://patch.msgid.link/[email protected]
1 parent c523fa6 commit 399444a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/pci/controller/dwc/pci-imx6.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,6 +1385,8 @@ static const struct pci_epc_features imx8m_pcie_epc_features = {
13851385
.msix_capable = false,
13861386
.bar[BAR_1] = { .type = BAR_RESERVED, },
13871387
.bar[BAR_3] = { .type = BAR_RESERVED, },
1388+
.bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = SZ_256, },
1389+
.bar[BAR_5] = { .type = BAR_RESERVED, },
13881390
.align = SZ_64K,
13891391
};
13901392

0 commit comments

Comments
 (0)