Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: qcom: gpucc-sdm845: get rid of the test clock

The test clock isn't in the bindings and apparently it's not used by
anyone upstream. Remove it.

Suggested-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20210405224743.590029-15-dmitry.baryshkov@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Dmitry Baryshkov and committed by
Stephen Boyd
c9bef8ed 7f195c06

-3
-3
drivers/clk/qcom/gpucc-sdm845.c
··· 27 27 28 28 enum { 29 29 P_BI_TCXO, 30 - P_CORE_BI_PLL_TEST_SE, 31 30 P_GPLL0_OUT_MAIN, 32 31 P_GPLL0_OUT_MAIN_DIV, 33 32 P_GPU_CC_PLL1_OUT_MAIN, ··· 57 58 { P_GPU_CC_PLL1_OUT_MAIN, 3 }, 58 59 { P_GPLL0_OUT_MAIN, 5 }, 59 60 { P_GPLL0_OUT_MAIN_DIV, 6 }, 60 - { P_CORE_BI_PLL_TEST_SE, 7 }, 61 61 }; 62 62 63 63 static const struct clk_parent_data gpu_cc_parent_data_0[] = { ··· 64 66 { .hw = &gpu_cc_pll1.clkr.hw }, 65 67 { .fw_name = "gcc_gpu_gpll0_clk_src", .name = "gcc_gpu_gpll0_clk_src" }, 66 68 { .fw_name = "gcc_gpu_gpll0_div_clk_src", .name = "gcc_gpu_gpll0_div_clk_src" }, 67 - { .fw_name = "core_bi_pll_test_se", .name = "core_bi_pll_test_se" }, 68 69 }; 69 70 70 71 static const struct freq_tbl ftbl_gpu_cc_gmu_clk_src[] = {