clk: g12b: fix cpu hangup when reboot [1/1]

PD#SWPL-11559

Problem:
it will hangup when reboot

Solution:
fix cpub clock parent name error

Verify:
test passed on g12b

Change-Id: I7c2732420d6040d8cb778c104f71f4397a1bb03a
Signed-off-by: Jian Hu <jian.hu@amlogic.com>
This commit is contained in:
Jian Hu
2019-07-21 12:57:38 +08:00
committed by Luan Yuan
parent 875f071dec
commit 0bcb07a4d8

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,