
From: Konstantin Porotchkin kostap@marvell.com
This patch series includes fix for the mvebu DW PCIe driver that allows scanning of empty (unlinked) PCIe slots. The default DTS file for Armada-8040-DB is re-arranged and aligned with Marvell default configuration "A" for this board. PCIe devices scan is added to the early init stage for eliminating need for usage of "pci enum" command on every reboot.
Konstantin Porotchkin (3): arm64: mvebu: Trigger PCI devices scan at early init stage fix: mvebu: pcie_dw: Allow probing empty PCIe slots mvebu: dts: a80x0: Sync the DB DTS with standard config A
arch/arm/dts/armada-8040-db.dts | 222 +++++++++++++++++++------------------ arch/arm/mach-mvebu/arm64-common.c | 13 ++- drivers/pci/pcie_dw_mvebu.c | 10 +- 3 files changed, 131 insertions(+), 114 deletions(-)