Skip to content

Commit cdc602a

Browse files
Andy Yanmmind
authored andcommitted
ARM: dts: rockchip: Add ref clk for hdmi
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 <[email protected]> Tested-by: Heiko Stuebner <[email protected]> #rk3036-kylin Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 709a25f commit cdc602a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/rockchip/rk3036.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@
398398
compatible = "rockchip,rk3036-inno-hdmi";
399399
reg = <0x20034000 0x4000>;
400400
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
401-
clocks = <&cru PCLK_HDMI>;
402-
clock-names = "pclk";
401+
clocks = <&cru PCLK_HDMI>, <&cru SCLK_LCDC>;
402+
clock-names = "pclk", "ref";
403403
pinctrl-names = "default";
404404
pinctrl-0 = <&hdmi_ctl>;
405405
#sound-dai-cells = <0>;

0 commit comments

Comments
 (0)