diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-01-19 15:22:19 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-02-08 14:23:14 -0800 |
commit | f1a359db6d9d198b84877e2340dd7c37809a4882 (patch) | |
tree | 53659a40d8fd1d3c892b83c6744dbab83cfe887b /arch/arm | |
parent | c9f678afe0bbdfb3748c1db5ac94d1c02a6eb64b (diff) |
ARM: dts: qcom: apq8064: use hdmi_phy for the MMCC's hdmipll clock
Link hdmi_phy as a clock provider of "hdmipll" clock to the MMCC.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230119132219.2479775-7-dmitry.baryshkov@linaro.org
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index 82c795beb8a1..b7e5b45e1c04 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -867,7 +867,7 @@ <&dsi0_phy 0>, <0>, <0>, - <0>; + <&hdmi_phy>; clock-names = "pxo", "pll3", "pll8_vote", |