Merge "clk: g12b: fix cpu hangup when reboot [1/1]" into amlogic-4.9-dev

This commit is contained in:
Jianxin Pan
2019-07-21 19:45:31 -07:00
committed by Gerrit Code Review

View File

@@ -135,7 +135,7 @@ static struct clk_mux g12b_cpu_clk = {
.hw.init = &(struct clk_init_data){
.name = "cpub_clk",
.ops = &clk_mux_ops,
.parent_names = (const char *[]){ "cpu_fixedpll_p",
.parent_names = (const char *[]){ "cpub_fixedpll_p",
"sys_pll" },
.num_parents = 2,
.flags = CLK_GET_RATE_NOCACHE,