Skip to content

Commit

Permalink
clk: rockchip: mark pclk_ddrupctl as critical_clock on rk3036
Browse files Browse the repository at this point in the history
No driver to handle this clk yet, but chip design requiress for this clock
supplying the ddr controller to be always on.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Elaine Zhang authored and Heiko Stuebner committed Jun 2, 2017
1 parent f6022e8 commit f2893aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/rockchip/clk-rk3036.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ static const char *const rk3036_critical_clocks[] __initconst = {
"aclk_peri",
"hclk_peri",
"pclk_peri",
"pclk_ddrupctl",
};

static void __init rk3036_clk_init(struct device_node *np)
Expand Down

0 comments on commit f2893aa

Please sign in to comment.