Home
last modified time | relevance | path

Searched refs:gpc_dvfs_clk (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/arch/arm/mach-imx/
Dpm-imx5.c377 struct clk *gpc_dvfs_clk = clk_get(NULL, "gpc_dvfs"); in imx5_pm_common_init() local
379 if (IS_ERR(gpc_dvfs_clk)) in imx5_pm_common_init()
380 return PTR_ERR(gpc_dvfs_clk); in imx5_pm_common_init()
382 ret = clk_prepare_enable(gpc_dvfs_clk); in imx5_pm_common_init()