]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: rockchip: add the cec clk for dw-hdmi on rk3288
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 20 Oct 2017 10:07:31 +0000 (12:07 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 21 Oct 2017 19:27:48 +0000 (21:27 +0200)
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>
arch/arm/boot/dts/rk3288.dtsi

index 45d38c5d6a3dcf5352dad223a8361f7251495372..7fc98c60b563e97873614e18c68e5db6d4885109 100644 (file)
                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";