Skip to content

Commit 3ba500d

Browse files
lumagandersson
authored andcommitted
arm64: dts: qcom: sdm845: use dispcc AHB clock for mdss node
It was noticed that on sdm845 after an MDSS suspend/resume cycle the driver can not read HW_REV registers properly (they will return 0 instead). Chaning the "iface" clock from <&gcc GCC_DISP_AHB_CLK> to <&dispcc DISP_CC_MDSS_AHB_CLK> fixes the issue. Fixes: 08c2a07 ("arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file") Signed-off-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent fc8b0b9 commit 3ba500d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sdm845.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4244,7 +4244,7 @@
42444244

42454245
power-domains = <&dispcc MDSS_GDSC>;
42464246

4247-
clocks = <&gcc GCC_DISP_AHB_CLK>,
4247+
clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>,
42484248
<&dispcc DISP_CC_MDSS_MDP_CLK>;
42494249
clock-names = "iface", "core";
42504250

0 commit comments

Comments
 (0)