Re: [PATCH 2/2] clk: qcom: gcc: Add global clock controller driver for SC8180x

2021-01-20 Thread Bjorn Andersson
On Wed 20 Jan 16:35 CST 2021, Bjorn Andersson wrote: > diff --git a/drivers/clk/qcom/gcc-sc8180x.c b/drivers/clk/qcom/gcc-sc8180x.c [..] > +static struct gdsc emac_gdsc = { > + .gdscr = 0x106004, Seems like I missed squashing the fixup where I subtract the gcc base address after migrating thes

[PATCH 2/2] clk: qcom: gcc: Add global clock controller driver for SC8180x

2021-01-20 Thread Bjorn Andersson
Add clocks, resets and some of the GDSC provided by the global clock controller found in the Qualcomm SC8180x platform. Signed-off-by: Bjorn Andersson --- drivers/clk/qcom/Kconfig |9 + drivers/clk/qcom/Makefile |1 + drivers/clk/qcom/gcc-sc8180x.c | 4629 +