diff options
author | Johan Jonker <jbx6244@gmail.com> | 2018-12-29 14:33:12 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-01-07 09:15:24 +0100 |
commit | 5286abda83afeed717971724365245fb1f42f50d (patch) | |
tree | de144ac1b5c79fd17580b4aeb57b5e9e38b482f4 /arch/arm/boot/dts/rk3066a.dtsi | |
parent | 78720aceacf0932d8475ba249535ce8e4fbbdfda (diff) | |
download | linux-5286abda83afeed717971724365245fb1f42f50d.tar.bz2 |
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: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3066a.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi index 30dc8af0bdcb..b6b3a77da50a 100644 --- a/arch/arm/boot/dts/rk3066a.dtsi +++ b/arch/arm/boot/dts/rk3066a.dtsi @@ -669,6 +669,7 @@ <&cru SCLK_CIF0>, <&cru ACLK_CIF0>, <&cru HCLK_CIF0>, + <&cru HCLK_HDMI>, <&cru ACLK_IPP>, <&cru HCLK_IPP>, <&cru ACLK_RGA>, |