mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user