clk: rockchip: ensure HCLK_VIO2_H2P and PCLK_VIO2_H2P stay enabled
authorDmitry Torokhov <dtor@chromium.org>
Wed, 12 Nov 2014 21:38:45 +0000 (13:38 -0800)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 13 Nov 2014 10:55:45 +0000 (11:55 +0100)
Currently there is no driver owning these clocks and they have to stay
up for the system to function properly, so let's mark them as
CLK_IGNORE_UNUSED.

Without this patch we have trouble with suspend/resume and we have
trouble turning the eDP back on if it ever idles off.

Signed-off-by: Dmitry Torokhov <dtor@chromium.org>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

No differences found