Skip to content

Commit 03f1b83

Browse files
konradybcioandersson
authored andcommitted
clk: qcom: gpucc-msm8998: Use the correct GPLL0 leg with old DTs
GPUCC has its own GPLL0 legs - one for 1-1 and one for div-2 output. Add .name lookup to make sure older DTs consume the correct clock. Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Tested-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230622-topic-8998clk-v2-5-6222fbc2916b@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 932d8c5 commit 03f1b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/qcom/gpucc-msm8998.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static const struct parent_map gpu_xo_gpll0_map[] = {
9898

9999
static const struct clk_parent_data gpu_xo_gpll0[] = {
100100
{ .hw = &gpucc_cxo_clk.clkr.hw },
101-
{ .fw_name = "gpll0" },
101+
{ .fw_name = "gpll0", .name = "gcc_gpu_gpll0_clk" },
102102
};
103103

104104
static const struct parent_map gpu_xo_gpupll0_map[] = {

0 commit comments

Comments
 (0)