Re: [PATCH 1/2] clk: imx: cpu clock should be always critical

2018-10-17 Thread Stephen Boyd
Quoting Anson Huang (2018-10-16 23:11:59) > Add CLK_IS_CRITICAL flag for cpu clock type to > make cpu clock use count correct, as cpu clock > should be always critical. > > Signed-off-by: Anson Huang > --- Applied to clk-next

[PATCH 1/2] clk: imx: cpu clock should be always critical

2018-10-16 Thread Anson Huang
Add CLK_IS_CRITICAL flag for cpu clock type to make cpu clock use count correct, as cpu clock should be always critical. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/imx/clk-cpu.c b/drivers/clk/imx/clk-cp