clk: rockchip: protect rk3368 aclk_bus and aclk_peri clocks

Add aclk_bus and aclk_peri to the list of rk3368 critical clocks,
which are the base clocks that supply for all peripherals, never
to be disabled automatically.

Signed-off-by: Jianqun xu <jay.xu@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Jianqun xu 2015-12-02 21:22:31 +08:00 коммит произвёл Heiko Stuebner
Родитель a7ce405088
Коммит 941c4d3f11
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -819,6 +819,8 @@ static struct rockchip_clk_branch rk3368_clk_branches[] __initdata = {
}; };
static const char *const rk3368_critical_clocks[] __initconst = { static const char *const rk3368_critical_clocks[] __initconst = {
"aclk_bus",
"aclk_peri",
/* /*
* pwm1 supplies vdd_logic on a lot of boards, is currently unhandled * pwm1 supplies vdd_logic on a lot of boards, is currently unhandled
* but needs to stay enabled there (including its parents) at all times. * but needs to stay enabled there (including its parents) at all times.