]> git.pld-linux.org Git - packages/kernel.git/blame - mvebu-pcie.patch
- 5.16.13
[packages/kernel.git] / mvebu-pcie.patch
CommitLineData
9848ab7c
JP
1--- linux-5.16/drivers/pci/controller/pci-mvebu.c.orig 2022-02-04 16:52:46.089869659 +0100
2+++ linux-5.16/drivers/pci/controller/pci-mvebu.c 2022-02-04 17:00:31.993825135 +0100
3@@ -1288,7 +1288,8 @@
4 * indirectly via kernel emulated PCI bridge driver.
5 */
6 mvebu_pcie_setup_hw(port);
7- mvebu_pcie_set_local_dev_nr(port, 0);
8+ mvebu_pcie_set_local_dev_nr(port, 1);
9+ mvebu_pcie_set_local_bus_nr(port, 0);
10 }
11
12 pcie->nports = i;
This page took 0.107704 seconds and 4 git commands to generate.