Re: [PATCH 2/2] clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver

2021-03-31 Thread Stephen Boyd
Quoting Konrad Dybcio (2021-02-25 12:18:43) > diff --git a/drivers/clk/qcom/gcc-msm8976.c b/drivers/clk/qcom/gcc-msm8976.c > new file mode 100644 > index ..5478612cd1b3 > --- /dev/null > +++ b/drivers/clk/qcom/gcc-msm8976.c > @@ -0,0 +1,4181 @@ > +// SPDX-License-Identifier: GPL-2.0 > +

[PATCH 2/2] clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver

2021-02-25 Thread Konrad Dybcio
From: AngeloGioacchino Del Regno Add support for the global clock controller found on MSM8956 and MSM8976 SoCs. Since the multimedia clocks are actually in the GCC on these SoCs, this will allow drivers to probe and control basically all the required clocks. Signed-off-by: AngeloGioacchino Del R