Skip to content

Commit 4978dfd

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sc8180x: Add missing MDP clocks
The ROT clock is required for the MDP block to function (looks like some others depend on it), and whike the LUT clock's purpose is not clear, it's likely better to turn on all of MDP's dependencies rather than not doing so. Add these clocks under the MDP node. This also makes Primus work without clk_ignore_unused (as far as the dmesg-visible errors go, anyway). Fixes: 494dec9 ("arm64: dts: qcom: sc8180x: Add display and gpu nodes") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231214-topic-sc8180_fixes-v1-3-421904863006@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 2564209 commit 4978dfd

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2702,11 +2702,15 @@
27022702
clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>,
27032703
<&gcc GCC_DISP_HF_AXI_CLK>,
27042704
<&dispcc DISP_CC_MDSS_MDP_CLK>,
2705-
<&dispcc DISP_CC_MDSS_VSYNC_CLK>;
2705+
<&dispcc DISP_CC_MDSS_VSYNC_CLK>,
2706+
<&dispcc DISP_CC_MDSS_ROT_CLK>,
2707+
<&dispcc DISP_CC_MDSS_MDP_LUT_CLK>;
27062708
clock-names = "iface",
27072709
"bus",
27082710
"core",
2709-
"vsync";
2711+
"vsync",
2712+
"rot",
2713+
"lut";
27102714

27112715
assigned-clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>,
27122716
<&dispcc DISP_CC_MDSS_VSYNC_CLK>;

0 commit comments

Comments
 (0)