Skip to content

Commit afddf63

Browse files
Hans Verkuilmmind
authored andcommitted
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: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent f6ffcaa commit afddf63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,8 +1178,8 @@
11781178
reg-io-width = <4>;
11791179
rockchip,grf = <&grf>;
11801180
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1181-
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>;
1182-
clock-names = "iahb", "isfr";
1181+
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;
1182+
clock-names = "iahb", "isfr", "cec";
11831183
power-domains = <&power RK3288_PD_VIO>;
11841184
status = "disabled";
11851185

0 commit comments

Comments
 (0)