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

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
...@@ -1178,8 +1178,8 @@ hdmi: hdmi@ff980000 { ...@@ -1178,8 +1178,8 @@ hdmi: hdmi@ff980000 {
reg-io-width = <4>; reg-io-width = <4>;
rockchip,grf = <&grf>; rockchip,grf = <&grf>;
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>; clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;
clock-names = "iahb", "isfr"; clock-names = "iahb", "isfr", "cec";
power-domains = <&power RK3288_PD_VIO>; power-domains = <&power RK3288_PD_VIO>;
status = "disabled"; status = "disabled";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment