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

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: dispcc-qcm2290: get rid of test clock

The test clock apparently it's not used by anyone upstream. Remove it.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221228185237.3111988-9-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
62db82f9 477c4044

-6
-6
drivers/clk/qcom/dispcc-qcm2290.c
··· 71 71 static const struct clk_parent_data disp_cc_parent_data_0[] = { 72 72 { .fw_name = "bi_tcxo" }, 73 73 { .fw_name = "dsi0_phy_pll_out_byteclk" }, 74 - { .fw_name = "core_bi_pll_test_se" }, 75 74 }; 76 75 77 76 static const struct parent_map disp_cc_parent_map_1[] = { ··· 79 80 80 81 static const struct clk_parent_data disp_cc_parent_data_1[] = { 81 82 { .fw_name = "bi_tcxo" }, 82 - { .fw_name = "core_bi_pll_test_se" }, 83 83 }; 84 84 85 85 static const struct parent_map disp_cc_parent_map_2[] = { ··· 89 91 static const struct clk_parent_data disp_cc_parent_data_2[] = { 90 92 { .fw_name = "bi_tcxo_ao" }, 91 93 { .fw_name = "gcc_disp_gpll0_div_clk_src" }, 92 - { .fw_name = "core_bi_pll_test_se" }, 93 94 }; 94 95 95 96 static const struct parent_map disp_cc_parent_map_3[] = { ··· 101 104 { .fw_name = "bi_tcxo" }, 102 105 { .hw = &disp_cc_pll0.clkr.hw }, 103 106 { .fw_name = "gcc_disp_gpll0_clk_src" }, 104 - { .fw_name = "core_bi_pll_test_se" }, 105 107 }; 106 108 107 109 static const struct parent_map disp_cc_parent_map_4[] = { ··· 113 117 { .fw_name = "bi_tcxo" }, 114 118 { .fw_name = "dsi0_phy_pll_out_dsiclk" }, 115 119 { .fw_name = "dsi1_phy_pll_out_dsiclk" }, 116 - { .fw_name = "core_bi_pll_test_se" }, 117 120 }; 118 121 119 122 static const struct parent_map disp_cc_parent_map_5[] = { ··· 121 126 122 127 static const struct clk_parent_data disp_cc_parent_data_5[] = { 123 128 { .fw_name = "sleep_clk" }, 124 - { .fw_name = "core_bi_pll_test_se" }, 125 129 }; 126 130 127 131 static struct clk_rcg2 disp_cc_mdss_byte0_clk_src = {