Re: [PATCH 1/9] clk: qcom: gcc-msm8998: Wire up gcc_mmss_gpll0 clock

2021-01-14 Thread AngeloGioacchino Del Regno
Il 14/01/21 23:44, Jeffrey Hugo ha scritto: On Thu, Jan 14, 2021 at 3:40 PM AngeloGioacchino Del Regno wrote: Il 14/01/21 23:33, Jeffrey Hugo ha scritto: On Thu, Jan 14, 2021 at 3:13 PM AngeloGioacchino Del Regno wrote: Il 14/01/21 23:12, Jeffrey Hugo ha scritto: On Sat, Jan 9, 2021 at

Re: [PATCH 1/9] clk: qcom: gcc-msm8998: Wire up gcc_mmss_gpll0 clock

2021-01-14 Thread Jeffrey Hugo
On Thu, Jan 14, 2021 at 3:40 PM AngeloGioacchino Del Regno wrote: > > Il 14/01/21 23:33, Jeffrey Hugo ha scritto: > > On Thu, Jan 14, 2021 at 3:13 PM AngeloGioacchino Del Regno > > wrote: > >> > >> Il 14/01/21 23:12, Jeffrey Hugo ha scritto: > >>> On Sat, Jan 9, 2021 at 6:47 AM AngeloGioacchino

Re: [PATCH 1/9] clk: qcom: gcc-msm8998: Wire up gcc_mmss_gpll0 clock

2021-01-14 Thread AngeloGioacchino Del Regno
Il 14/01/21 23:33, Jeffrey Hugo ha scritto: On Thu, Jan 14, 2021 at 3:13 PM AngeloGioacchino Del Regno wrote: Il 14/01/21 23:12, Jeffrey Hugo ha scritto: On Sat, Jan 9, 2021 at 6:47 AM AngeloGioacchino Del Regno wrote: This clock enables the GPLL0 output to the multimedia subsystem clock

Re: [PATCH 1/9] clk: qcom: gcc-msm8998: Wire up gcc_mmss_gpll0 clock

2021-01-14 Thread Jeffrey Hugo
On Thu, Jan 14, 2021 at 3:13 PM AngeloGioacchino Del Regno wrote: > > Il 14/01/21 23:12, Jeffrey Hugo ha scritto: > > On Sat, Jan 9, 2021 at 6:47 AM AngeloGioacchino Del Regno > > wrote: > >> > >> This clock enables the GPLL0 output to the multimedia subsystem > >> clock controller. > >> > >>

Re: [PATCH 1/9] clk: qcom: gcc-msm8998: Wire up gcc_mmss_gpll0 clock

2021-01-14 Thread AngeloGioacchino Del Regno
Il 14/01/21 23:12, Jeffrey Hugo ha scritto: On Sat, Jan 9, 2021 at 6:47 AM AngeloGioacchino Del Regno wrote: This clock enables the GPLL0 output to the multimedia subsystem clock controller. Signed-off-by: AngeloGioacchino Del Regno Any reason why you are not also adding the div_clk?

Re: [PATCH 1/9] clk: qcom: gcc-msm8998: Wire up gcc_mmss_gpll0 clock

2021-01-14 Thread Jeffrey Hugo
On Sat, Jan 9, 2021 at 6:47 AM AngeloGioacchino Del Regno wrote: > > This clock enables the GPLL0 output to the multimedia subsystem > clock controller. > > Signed-off-by: AngeloGioacchino Del Regno > Any reason why you are not also adding the div_clk?

Re: [PATCH 1/9] clk: qcom: gcc-msm8998: Wire up gcc_mmss_gpll0 clock

2021-01-14 Thread AngeloGioacchino Del Regno
Il 14/01/21 20:07, Rob Herring ha scritto: On Sat, Jan 09, 2021 at 02:46:09PM +0100, AngeloGioacchino Del Regno wrote: This clock enables the GPLL0 output to the multimedia subsystem clock controller. Signed-off-by: AngeloGioacchino Del Regno --- drivers/clk/qcom/gcc-msm8998.c

Re: [PATCH 1/9] clk: qcom: gcc-msm8998: Wire up gcc_mmss_gpll0 clock

2021-01-14 Thread Rob Herring
On Sat, Jan 09, 2021 at 02:46:09PM +0100, AngeloGioacchino Del Regno wrote: > This clock enables the GPLL0 output to the multimedia subsystem > clock controller. > > Signed-off-by: AngeloGioacchino Del Regno > > --- > drivers/clk/qcom/gcc-msm8998.c | 17 + >

[PATCH 1/9] clk: qcom: gcc-msm8998: Wire up gcc_mmss_gpll0 clock

2021-01-09 Thread AngeloGioacchino Del Regno
This clock enables the GPLL0 output to the multimedia subsystem clock controller. Signed-off-by: AngeloGioacchino Del Regno --- drivers/clk/qcom/gcc-msm8998.c | 17 + include/dt-bindings/clock/qcom,gcc-msm8998.h | 1 + 2 files changed, 18 insertions(+) diff