arm64: dts: qcom: msm8996: add #clock-cells and XO clock to the HDMI PHY node

Add #clock-cells property to the HDMI PHY device node to let other nodes
resolve the hdmipll clock. While we are at it, also add the XO clock to
the device node.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220704161148.814510-4-dmitry.baryshkov@linaro.org
This commit is contained in:
Dmitry Baryshkov 2022-07-04 19:11:48 +03:00 committed by Bjorn Andersson
parent b504af6c99
commit 157b615066

View File

@ -1162,9 +1162,13 @@ hdmi_phy: hdmi-phy@9a0600 {
"hdmi_phy";
clocks = <&mmcc MDSS_AHB_CLK>,
<&gcc GCC_HDMI_CLKREF_CLK>;
<&gcc GCC_HDMI_CLKREF_CLK>,
<&xo_board>;
clock-names = "iface",
"ref";
"ref",
"xo";
#clock-cells = <0>;
status = "disabled";
};