mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user