mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-05-01 11:22:45 +08:00
rockchip: mark hclk_vi as critical on rk3568
This commit is contained in:
parent
7359e8a090
commit
13472603c9
@ -0,0 +1,20 @@
|
|||||||
|
Suggested-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com>
|
||||||
|
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
|
||||||
|
---
|
||||||
|
drivers/clk/rockchip/clk-rk3568.c | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/drivers/clk/rockchip/clk-rk3568.c b/drivers/clk/rockchip/clk-rk3568.c
|
||||||
|
index 53d10b1c627b..7d9279291e76 100644
|
||||||
|
--- a/drivers/clk/rockchip/clk-rk3568.c
|
||||||
|
+++ b/drivers/clk/rockchip/clk-rk3568.c
|
||||||
|
@@ -1602,6 +1602,7 @@ static const char *const rk3568_cru_critical_clocks[] __initconst = {
|
||||||
|
"pclk_php",
|
||||||
|
"hclk_usb",
|
||||||
|
"pclk_usb",
|
||||||
|
+ "hclk_vi",
|
||||||
|
"hclk_vo",
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user