[PATCH v3 4/4] pci: pcie_dw_rockchip: imply CLK_GATED_FIXED and switch PHY to imply

Daniele Briguglio hello at superkali.me
Wed May 20 08:05:30 CEST 2026


Switch the PHY_ROCKCHIP_SNPS_PCIE3 dependency from select to
imply, and add imply CLK_GATED_FIXED so that boards using
gated-fixed-clock refclks pick up the driver automatically as
their DT moves to the binding, without each defconfig having to
touch the symbol.

Suggested-by: Jonas Karlman <jonas at kwiboo.se>
Signed-off-by: Daniele Briguglio <hello at superkali.me>
---
 drivers/pci/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 39df0e776..77e0f820d 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -414,7 +414,8 @@ config PCIE_DW_ROCKCHIP
 	bool "Rockchip DesignWare based PCIe controller"
 	depends on ARCH_ROCKCHIP
 	select PCIE_DW_COMMON
-	select PHY_ROCKCHIP_SNPS_PCIE3
+	imply CLK_GATED_FIXED
+	imply PHY_ROCKCHIP_SNPS_PCIE3
 	help
 	  Say Y here if you want to enable DW PCIe controller support on
 	  Rockchip SoCs.

-- 
2.47.3



More information about the U-Boot mailing list