arm64: dts: rockchip: rk3568: Add HCLK_VOP for hdmi

If hdmi doesn't enable HCLK_VOP, clock reference
count will be abnormal and may cause system stuck.

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: Ibe01d029d1ae69f9f32d4cd0eb149bf72a662381
This commit is contained in:
Algea Cao
2020-11-11 19:15:28 +08:00
committed by Tao Huang
parent 3c97807997
commit aa501b29ee

View File

@@ -1227,8 +1227,9 @@
clocks = <&cru PCLK_HDMI_HOST>,
<&cru CLK_HDMI_SFR>,
<&cru CLK_HDMI_CEC>,
<&pmucru PLL_HPLL>;
clock-names = "iahb", "isfr", "cec", "ref";
<&pmucru PLL_HPLL>,
<&cru HCLK_VOP>;
clock-names = "iahb", "isfr", "cec", "ref", "hclk";
power-domains = <&power RK3568_PD_VO>;
reg-io-width = <4>;
rockchip,grf = <&grf>;