mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02: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:
parent
3c97807997
commit
aa501b29ee
|
|
@ -1227,8 +1227,9 @@ hdmi: hdmi@fe0a0000 {
|
|||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user