[PATCH 5/6] ARM: dts: qcom: apq8064: add #clock-cells to the HDMI PHY node

Dmitry Baryshkov dmitry.baryshkov at linaro.org
Fri Sep 9 06:20:09 PDT 2022


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 at linaro.org>
---
 arch/arm/boot/dts/qcom-apq8064.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 942aa2278355..decd18217523 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -1498,6 +1498,7 @@ hdmi_phy: hdmi-phy at 4a00400 {
 			clocks = <&mmcc HDMI_S_AHB_CLK>;
 			clock-names = "slave_iface";
 			#phy-cells = <0>;
+			#clock-cells = <0>;
 		};
 
 		mdp: mdp at 5100000 {
-- 
2.35.1




More information about the linux-phy mailing list