pclk_cpu needs to keep running because it is needed for devices like
the act8865 regulator but with the recent gpio clock handling this is
not always the case anymore. So add it to the list of critical clocks.
Signed-off-by: Michael Niewoehner <[email protected]>
Reviewed-by: Heiko Stuebner <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
"aclk_cpu",
"aclk_peri",
"hclk_peri",
+ "pclk_cpu",
};
static void __init rk3188_common_clk_init(struct device_node *np)