PCI: rockchip: dw: Add dwc pmu support for rockchip

Remove thread init if using DWC_PCIE_PMU,
because late pcie bus scanning would miss probing from dwc_pcie_pmu_init().

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Change-Id: Ia27ee055aa3e63deeb7fd646411c3542b7019288
This commit is contained in:
Shawn Lin
2024-09-03 16:24:36 +08:00
committed by Tao Huang
parent 6cb6a00862
commit 50cb3fcd18

View File

@@ -92,6 +92,7 @@ config PCIE_DW_ROCKCHIP
config PCIE_RK_THREADED_INIT
bool "Threaded initialize Rockchip DW based PCIe controller"
depends on PCIE_DW_ROCKCHIP
depends on !DWC_PCIE_PMU
default y
help
Enables threaded initialize Rockchip DW based PCIe controller.