The RK3588 eDP controller needs the video datapath clock "hclk" to work
well. Previously, it works without explicitly adding this clock because
the 'rockchip,vo-grf = <&vo1_grf>' property implicitly enables HCLK_VO1.

Fixes: dc79d3d5e7c7 ("arm64: dts: rockchip: Add eDP0 node for RK3588")
Signed-off-by: Damon Ding <[email protected]>
---
 arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi 
b/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
index 4fb8888c281c..24a5ccbac08c 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
@@ -1712,8 +1712,8 @@ hdmi0_out: port@1 {
        edp0: edp@fdec0000 {
                compatible = "rockchip,rk3588-edp";
                reg = <0x0 0xfdec0000 0x0 0x1000>;
-               clocks = <&cru CLK_EDP0_24M>, <&cru PCLK_EDP0>;
-               clock-names = "dp", "pclk";
+               clocks = <&cru CLK_EDP0_24M>, <&cru PCLK_EDP0>, <&cru HCLK_VO1>;
+               clock-names = "dp", "pclk", "hclk";
                interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH 0>;
                phys = <&hdptxphy0>;
                phy-names = "dp";
-- 
2.34.1

Reply via email to