Commit 596a977b authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

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: default avatarHeiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250503202532.992033-4-heiko@sntech.de
parent 897adaf5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -435,6 +435,7 @@ static const char *const rk3036_critical_clocks[] __initconst = {
	"hclk_peri",
	"pclk_peri",
	"pclk_ddrupctl",
	"ddrphy",
};

static void __init rk3036_clk_init(struct device_node *np)