ARM: dts: qcom: apq8064: add #clock-cells to the HDMI PHY node
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 19 Jan 2023 13:22:18 +0000 (15:22 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 8 Feb 2023 22:23:14 +0000 (14:23 -0800)
Add #clock-cells property to the HDMI PHY device node to let other nodes
resolve the hdmipll clock.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230119132219.2479775-6-dmitry.baryshkov@linaro.org
arch/arm/boot/dts/qcom-apq8064.dtsi

index 9570570..82c795b 100644 (file)
                        clocks = <&mmcc HDMI_S_AHB_CLK>;
                        clock-names = "slave_iface";
                        #phy-cells = <0>;
+                       #clock-cells = <0>;
 
                        status = "disabled";
                };