]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: Enable HDMI PHY clk provider on rk3576
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Wed, 11 Jun 2025 21:47:48 +0000 (00:47 +0300)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 30 Jun 2025 09:16:42 +0000 (11:16 +0200)
As with the RK3588 SoC, the HDMI PHY PLL on RK3576 can be used as a more
accurate pixel clock source for VOP2, which is actually mandatory to
ensure proper support for display modes handling.

Add the missing #clock-cells property to allow using the clock provider
functionality of HDMI PHY.

Fixes: ad0ea230ab2a ("arm64: dts: rockchip: Add hdmi for rk3576")
Cc: stable@vger.kernel.org
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Tested-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Link: https://lore.kernel.org/r/20250612-rk3576-hdmitx-fix-v1-2-4b11007d8675@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3576.dtsi

index d3225d20baadd56364655fdde6b33113b65484ad..9fc18384f6096cc3aaf90e6cb94a084750a79353 100644 (file)
                        reg = <0x0 0x2b000000 0x0 0x2000>;
                        clocks = <&cru CLK_PHY_REF_SRC>, <&cru PCLK_HDPTX_APB>;
                        clock-names = "ref", "apb";
+                       #clock-cells = <0>;
                        resets = <&cru SRST_P_HDPTX_APB>, <&cru SRST_HDPTX_INIT>,
                                 <&cru SRST_HDPTX_CMN>, <&cru SRST_HDPTX_LANE>;
                        reset-names = "apb", "init", "cmn", "lane";