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: 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
This commit is contained in:
Dmitry Baryshkov
2023-01-19 15:22:18 +02:00
committed by Bjorn Andersson
parent 6739f57dea
commit c9f678afe0

View File

@@ -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";
};