arm64: dts: qcom: msm8996: add #clock-cells and XO clock to the HDMI PHY node
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 4 Jul 2022 16:11:48 +0000 (19:11 +0300)
committerBjorn Andersson <andersson@kernel.org>
Wed, 14 Sep 2022 03:02:10 +0000 (22:02 -0500)
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
arch/arm64/boot/dts/qcom/msm8996.dtsi

index adbb9f9c70a546ee3ab2e498c93288dcbe8453ae..f3f4c321fadbffc936e259b4f128dcc3b7ebf06f 100644 (file)
                                            "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";
                        };