mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY
[ Upstream commit8ccecf6c71] 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:5a9fc531f6("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>
This commit is contained in:
parent
2887df89e7
commit
fe3c11fc62
|
|
@ -1528,8 +1528,8 @@ dsi_phy0: dsi-phy@fd922a00 {
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
qcom,dsi-phy-index = <0>;
|
qcom,dsi-phy-index = <0>;
|
||||||
|
|
||||||
clocks = <&mmcc MDSS_AHB_CLK>;
|
clocks = <&mmcc MDSS_AHB_CLK>, <&xo_board>;
|
||||||
clock-names = "iface";
|
clock-names = "iface", "ref";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user