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 <[email protected]> Tested-by: Jeffrey Hugo <[email protected]> Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 932d8c5 commit 03f1b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)