Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-imx/
H A Dpm-imx5.c378 struct clk *gpc_dvfs_clk = clk_get(NULL, "gpc_dvfs"); in imx5_pm_common_init() local
380 if (IS_ERR(gpc_dvfs_clk)) in imx5_pm_common_init()
381 return PTR_ERR(gpc_dvfs_clk); in imx5_pm_common_init()
383 ret = clk_prepare_enable(gpc_dvfs_clk); in imx5_pm_common_init()