From 50cb3fcd18fb9defe23ba95eb3962a287e957166 Mon Sep 17 00:00:00 2001 From: Shawn Lin Date: Tue, 3 Sep 2024 16:24:36 +0800 Subject: [PATCH] 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 Change-Id: Ia27ee055aa3e63deeb7fd646411c3542b7019288 --- drivers/pci/controller/dwc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index 7948cd11e2de..a9f528f1d842 100644 --- a/drivers/pci/controller/dwc/Kconfig +++ b/drivers/pci/controller/dwc/Kconfig @@ -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.