]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY
authorMarijn Suijten <marijn.suijten@somainline.org>
Mon, 30 Aug 2021 17:57:39 +0000 (19:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Nov 2021 13:04:14 +0000 (14:04 +0100)
[ Upstream commit 8ccecf6c710b8c048eecc65709640642e5357d6e ]

According to YAML validation, and for a future patchset putting this
xo_board reference clock to use as VCO reference parent, add the missing
clock to dsi_phy0.

Fixes: 5a9fc531f6ec ("ARM: dts: msm8974: add display support")
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210830175739.143401-1-marijn.suijten@somainline.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/qcom-msm8974.dtsi

index 51f5f904f9eb967b317b824b2b1d1df4d5e46c19..5f7426fb4e41986a2c5d11020bc63b81035a2476 100644 (file)
                                #phy-cells = <0>;
                                qcom,dsi-phy-index = <0>;
 
-                               clocks = <&mmcc MDSS_AHB_CLK>;
-                               clock-names = "iface";
+                               clocks = <&mmcc MDSS_AHB_CLK>, <&xo_board>;
+                               clock-names = "iface", "ref";
                        };
                };