mirror of
https://github.com/armbian/build.git
synced 2025-08-13 22:56:57 +02:00
13 lines
374 B
Diff
13 lines
374 B
Diff
diff --git a/drivers/clk/meson/gxbb.c b/drivers/clk/meson/gxbb.c
|
|
index b1e4d9557..0e053c17d 100644
|
|
--- a/drivers/clk/meson/gxbb.c
|
|
+++ b/drivers/clk/meson/gxbb.c
|
|
@@ -511,6 +511,7 @@ static struct clk_regmap gxbb_fclk_div2 = {
|
|
.ops = &clk_regmap_gate_ops,
|
|
.parent_names = (const char *[]){ "fclk_div2_div" },
|
|
.num_parents = 1,
|
|
+ .flags = CLK_IS_CRITICAL,
|
|
},
|
|
};
|
|
|