Skip to content

Commit 7ebdb20

Browse files
quic-kdybcioandersson
authored andcommitted
arm64: dts: qcom: msm8998: Remove mdss_hdmi_phy phandle argument
The node has #clock-cells = <0>, as it only provides a single clock output. This leads to a turbo sneaky bug, where the dt checker shows that we have additional clocks in the array: clock-controller@c8c0000: clocks: [[3, 0], [39, 178], [156, 1], [156, 0], [157, 1], [157, 0], [158], [0], [0], [0], [39, 184]] is too long ..which happens due to dtc interpreting <&mdss_hdmi_phy 0> as <&mdss_hdmi_phy>, <0> after taking cells into account. Remove the superfluous argument to both silence the warning and fix the index-based lookup of subsequent entries in "clocks". Fixes: 2150c87 ("arm64: dts: qcom: msm8998: add HDMI nodes") Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-4-b763d958545f@oss.qualcomm.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent facf5df commit 7ebdb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2795,7 +2795,7 @@
27952795
<&mdss_dsi0_phy DSI_BYTE_PLL_CLK>,
27962796
<&mdss_dsi1_phy DSI_PIXEL_PLL_CLK>,
27972797
<&mdss_dsi1_phy DSI_BYTE_PLL_CLK>,
2798-
<&mdss_hdmi_phy 0>,
2798+
<&mdss_hdmi_phy>,
27992799
<0>,
28002800
<0>,
28012801
<&gcc GCC_MMSS_GPLL0_DIV_CLK>;

0 commit comments

Comments
 (0)