]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: rockchip: rk3036: mark ddrphy as critical
authorHeiko Stuebner <heiko@sntech.de>
Sat, 3 May 2025 20:25:31 +0000 (22:25 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 8 May 2025 18:29:02 +0000 (20:29 +0200)
commit596a977b34a722c00245801a5774aa79cec4e81d
tree94cc76aad91b00b36b08851eaa7289b58e2cf742
parent897adaf536ab01f130ce0b53a635a592733c0f24
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
drivers/clk/rockchip/clk-rk3036.c