]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: rockchip: Add ref clk for hdmi
authorAndy Yan <andy.yan@rock-chips.com>
Tue, 22 Apr 2025 07:04:44 +0000 (15:04 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 5 May 2025 08:18:01 +0000 (10:18 +0200)
The RK3036 HDMI DDC bus requires it's PHY's reference clock to be
enabled first before normal DDC communication can be carried out.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Tested-by: Heiko Stuebner <heiko@sntech.de> #rk3036-kylin
Link: https://lore.kernel.org/r/20250422070455.432666-6-andyshrk@163.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3036.dtsi

index 63b9912be06a7c53ef83783a1c84ad745515c6c4..2c0c0a9e4a64e08f4e289570cb3de5f24fba6b7a 100644 (file)
                compatible = "rockchip,rk3036-inno-hdmi";
                reg = <0x20034000 0x4000>;
                interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
-               clocks = <&cru  PCLK_HDMI>;
-               clock-names = "pclk";
+               clocks = <&cru PCLK_HDMI>, <&cru SCLK_LCDC>;
+               clock-names = "pclk", "ref";
                pinctrl-names = "default";
                pinctrl-0 = <&hdmi_ctl>;
                #sound-dai-cells = <0>;