build/patch/kernel/meson64-next/meson64-mark-fclk_div3-critical.patch
Thomas McKahan 4b7442b450 Meson64 mark fclk_div3 critical
- SCPI mcu needs this clock it would appear
- Fixes cpufreq errors.
2018-10-15 00:05:22 -04:00

12 lines
374 B
Diff

diff --git a/drivers/clk/meson/gxbb.c b/drivers/clk/meson/gxbb.c
index 177fffb9e..8dbefbc40 100644
--- a/drivers/clk/meson/gxbb.c
+++ b/drivers/clk/meson/gxbb.c
@@ -523,6 +523,7 @@ static struct clk_regmap gxbb_fclk_div3 = {
.ops = &clk_regmap_gate_ops,
.parent_names = (const char *[]){ "fclk_div3_div" },
.num_parents = 1,
+ .flags = CLK_IS_CRITICAL,
},
};