We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af2f6b commit b584ab1Copy full SHA for b584ab1
drivers/pci/controller/dwc/pcie-rcar-gen4.c
@@ -403,6 +403,7 @@ static const struct pci_epc_features rcar_gen4_pcie_epc_features = {
403
.msix_capable = false,
404
.bar[BAR_1] = { .type = BAR_RESERVED, },
405
.bar[BAR_3] = { .type = BAR_RESERVED, },
406
+ .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256 },
407
.bar[BAR_5] = { .type = BAR_RESERVED, },
408
.align = SZ_1M,
409
};
0 commit comments