clk: qcom: gpucc-kona: configure gpu_cc_ahb_clk to be always-on
Add the CLK_IS_CRITICAL flag for gpu_cc_ahb_clk to keep it
enabled at all times. This is needed to avoid unclocked
register accesses by SMMU since SMMU vote registers do not
enable gpu_cc_ahb_clk.
Also skip an enable check for this clock since it will not
be physically enabled until gpu_cx_gdsc is enabled.
Change-Id: I36ee76b56e7035c515936bdad67c22970b0bc401
Signed-off-by:
David Collins <collinsd@codeaurora.org>
Loading
Please register or sign in to comment