|
@@ -3078,6 +3078,7 @@ static struct clk gpt12_fck = {
|
|
|
.name = "gpt12_fck",
|
|
|
.ops = &clkops_null,
|
|
|
.parent = &secure_32k_fck,
|
|
|
+ .clkdm_name = "wkup_clkdm",
|
|
|
.recalc = &followparent_recalc,
|
|
|
};
|
|
|
|
|
@@ -3085,6 +3086,7 @@ static struct clk wdt1_fck = {
|
|
|
.name = "wdt1_fck",
|
|
|
.ops = &clkops_null,
|
|
|
.parent = &secure_32k_fck,
|
|
|
+ .clkdm_name = "wkup_clkdm",
|
|
|
.recalc = &followparent_recalc,
|
|
|
};
|
|
|
|