]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Enable HDMI1 PHY clk provider on RK3588
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Sun, 23 Feb 2025 09:31:39 +0000 (11:31 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 27 Feb 2025 12:02:36 +0000 (13:02 +0100)
Since commit c4b09c562086 ("phy: phy-rockchip-samsung-hdptx: Add clock
provider support"), the HDMI PHY PLL can be used as an alternative and
more accurate pixel clock source for VOP2 to improve display modes
handling on RK3588 SoC.

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

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20250223-vop2-hdmi1-disp-modes-v2-3-f4cec5e06fbe@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-extra.dtsi

index 8b2edf362ce84960fccc5955f4d51eed1c7e9bc0..ce890a3f39745b5d018a62cbf19b6775d123ab1c 100644 (file)
                reg = <0x0 0xfed70000 0x0 0x2000>;
                clocks = <&cru CLK_USB2PHY_HDPTXRXPHY_REF>, <&cru PCLK_HDPTX1>;
                clock-names = "ref", "apb";
+               #clock-cells = <0>;
                #phy-cells = <0>;
                resets = <&cru SRST_HDPTX1>, <&cru SRST_P_HDPTX1>,
                         <&cru SRST_HDPTX1_INIT>, <&cru SRST_HDPTX1_CMN>,