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

Commit db2fd26d authored by Pierre-Hugues Husson's avatar Pierre-Hugues Husson Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: add the cec clk for dw-mipi-hdmi on rk3399



Add the HDMI CEC controller main clock coming from the CRU.

Signed-off-by: default avatarPierre-Hugues Husson <phh@phh.me>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 689f2d85
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1601,8 +1601,12 @@
		compatible = "rockchip,rk3399-dw-hdmi";
		reg = <0x0 0xff940000 0x0 0x20000>;
		interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH 0>;
		clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_SFR>, <&cru PLL_VPLL>, <&cru PCLK_VIO_GRF>;
		clock-names = "iahb", "isfr", "vpll", "grf";
		clocks = <&cru PCLK_HDMI_CTRL>,
			 <&cru SCLK_HDMI_SFR>,
			 <&cru PLL_VPLL>,
			 <&cru PCLK_VIO_GRF>,
			 <&cru SCLK_HDMI_CEC>;
		clock-names = "iahb", "isfr", "vpll", "grf", "cec";
		power-domains = <&power RK3399_PD_HDCP>;
		reg-io-width = <4>;
		rockchip,grf = <&grf>;