Commit 157b6150 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220704161148.814510-4-dmitry.baryshkov@linaro.org
parent b504af6c
...@@ -1162,9 +1162,13 @@ hdmi_phy: hdmi-phy@9a0600 { ...@@ -1162,9 +1162,13 @@ hdmi_phy: hdmi-phy@9a0600 {
"hdmi_phy"; "hdmi_phy";
clocks = <&mmcc MDSS_AHB_CLK>, clocks = <&mmcc MDSS_AHB_CLK>,
<&gcc GCC_HDMI_CLKREF_CLK>; <&gcc GCC_HDMI_CLKREF_CLK>,
<&xo_board>;
clock-names = "iface", clock-names = "iface",
"ref"; "ref",
"xo";
#clock-cells = <0>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment