Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afddf631 authored by Hans Verkuil's avatar Hans Verkuil Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: add the cec clk for dw-hdmi on rk3288



The dw-hdmi block needs the cec clk for the rk3288. Add it.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent f6ffcaa6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1178,8 +1178,8 @@
		reg-io-width = <4>;
		rockchip,grf = <&grf>;
		interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&cru  PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>;
		clock-names = "iahb", "isfr";
		clocks = <&cru  PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;
		clock-names = "iahb", "isfr", "cec";
		power-domains = <&power RK3288_PD_VIO>;
		status = "disabled";