]> git.baikalelectronics.ru Git - kernel.git/commit
clk: sprd: don't gate uart console clock
authorChunyan Zhang <chunyan.zhang@unisoc.com>
Wed, 8 Apr 2020 02:02:34 +0000 (10:02 +0800)
committerStephen Boyd <sboyd@kernel.org>
Mon, 13 Apr 2020 19:20:07 +0000 (12:20 -0700)
commit5875ace78133467db9c07f9f976715c7500eadb4
tree083ae0be03fc4230d83660a6beb51020cfa2fa5b
parentd1f801f19de15957075fb220c0e25c065b6bd48a
clk: sprd: don't gate uart console clock

Don't gate uart1_eb which provides console clock, gating that clock would
make serial stop working if serial driver didn't enable that explicitly.

Fixes: 969569c30d90 ("clk: sprd: add clocks support for SC9863A")
Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
Link: https://lkml.kernel.org/r/20200408020234.31764-1-zhang.lyra@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/sprd/sc9863a-clk.c