]> git.openfabrics.org - ~emulex/infiniband.git/commit
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)
commit9aa75e6e09620dbff3ae65ff3f03d2da3129b080
treeace6b0abb925142670337debc64be22eb6016290
parent33aa59c232adf9eb9be2936b9f5dc76850a050c1
clk: rockchip: ensure HCLK_VIO2_H2P and PCLK_VIO2_H2P stay enabled

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>
drivers/clk/rockchip/clk-rk3288.c