Re: [PATCH v3 3/3] arm64: dts: qcom: msm8996: add #clock-cells and XO clock to the HDMI PHY node

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 26/08/2022 17:25, Dmitry Baryshkov wrote:
On 04/07/2022 19:11, Dmitry Baryshkov wrote:
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@xxxxxxxxxx>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>

Bjorn, I'm picking the patches 1,2 into msm-next. Could you please pick this patch into your dts-for-6.1?

Again, gracious ping.


---
  arch/arm64/boot/dts/qcom/msm8996.dtsi | 8 ++++++--
  1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 25d6b26fab60..b72385ffecc6 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -1049,9 +1049,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";
              };


--
With best wishes
Dmitry




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [Linux for Sparc]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux