Commit 5286abda authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner

ARM: dts: rockchip: add HCLK_HDMI to rk3066 vio power-domain

A MK808 TV stick with rk3066 processor boots normal with logo
and console, but after booting the monitor remains black.
This patch fixes a vblank wait time out by adding HCLK_HDMI
to the vio power-domain node.

The HCLK_HDMI clock is now part of the logic
that enables the RK3066_PD_VIO power domain.
Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 78720ace
...@@ -669,6 +669,7 @@ pd_vio@RK3066_PD_VIO { ...@@ -669,6 +669,7 @@ pd_vio@RK3066_PD_VIO {
<&cru SCLK_CIF0>, <&cru SCLK_CIF0>,
<&cru ACLK_CIF0>, <&cru ACLK_CIF0>,
<&cru HCLK_CIF0>, <&cru HCLK_CIF0>,
<&cru HCLK_HDMI>,
<&cru ACLK_IPP>, <&cru ACLK_IPP>,
<&cru HCLK_IPP>, <&cru HCLK_IPP>,
<&cru ACLK_RGA>, <&cru ACLK_RGA>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment