clk: rockchip: mark aclk_emmc_noc as a critical clock on rk3399
authorXing Zheng <zhengxing@rock-chips.com>
Wed, 24 Aug 2016 18:29:39 +0000 (11:29 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 24 Aug 2016 21:44:49 +0000 (23:44 +0200)
commita45f9d41c9dd2c28e38b9b88f69c39bc63807de9
treea588176a7558affcff0eb958ce1c9725fc3fb461
parent4608d96fb491125657fd8183a35921e4d4e27bc8
clk: rockchip: mark aclk_emmc_noc as a critical clock on rk3399

We don't have code to handle any of the noc clocks in rk3399 and they're
all just listed as critical clocks.  Let's do the same for
aclk_emmc_noc.

Without this clock being marked as critical we have problems around
suspend/resume after commit 20c389e656a8 ("clk: rockchip: fix incorrect
aclk_emmc source gate bits on rk3399").  Before that change we were
presumably not actually gating any of these clocks because we were
setting the wrong gate.

Fixes: 20c389e656a8 ("clk: rockchip: fix incorrect aclk_emmc source gate bits on rk3399")
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3399.c