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

ARM: dts: qcom: apq8064: add #clock-cells to the HDMI PHY node



Add #clock-cells property to the HDMI PHY device node to let other nodes
resolve the hdmipll clock.

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/20230119132219.2479775-6-dmitry.baryshkov@linaro.org
parent 6739f57d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1489,6 +1489,7 @@ hdmi_phy: phy@4a00400 {
			clocks = <&mmcc HDMI_S_AHB_CLK>;
			clock-names = "slave_iface";
			#phy-cells = <0>;
			#clock-cells = <0>;

			status = "disabled";
		};