Skip to content

Commit 596a977

Browse files
committed
clk: rockchip: rk3036: mark ddrphy as critical
The ddrphy is supplied by the dpll, but due to the limited number of PLLs on the rk3036, the dpll also is used for other periperhals, like the GPU. So it happened, when the Lima driver turned off the gpu clock, this in turn also disabled the dpll and thus the ram. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20250503202532.992033-4-heiko@sntech.de
1 parent 897adaf commit 596a977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/rockchip/clk-rk3036.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ static const char *const rk3036_critical_clocks[] __initconst = {
435435
"hclk_peri",
436436
"pclk_peri",
437437
"pclk_ddrupctl",
438+
"ddrphy",
438439
};
439440

440441
static void __init rk3036_clk_init(struct device_node *np)

0 commit comments

Comments
 (0)