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

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
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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";
			};