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)
commitca6df49d62d7cc4c1653a4d9b1ecc61ecd530e02
tree083ae0be03fc4230d83660a6beb51020cfa2fa5b
parent742b50f9dccf20b4f908162de986b78e7186bb80
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: 0e4b8a2349f3 ("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