Message ID | 20221228133243.3052132-9-dmitry.baryshkov@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | clk: qcom: get rid of core_bi_pll_test_se | expand |
On 28.12.2022 14:32, Dmitry Baryshkov wrote: > The test clock apparently it's not used by anyone upstream. Remove it. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > drivers/clk/qcom/dispcc-qcm2290.c | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/drivers/clk/qcom/dispcc-qcm2290.c b/drivers/clk/qcom/dispcc-qcm2290.c > index 96b149365912..2ebd9a02b895 100644 > --- a/drivers/clk/qcom/dispcc-qcm2290.c > +++ b/drivers/clk/qcom/dispcc-qcm2290.c > @@ -71,7 +71,6 @@ static const struct parent_map disp_cc_parent_map_0[] = { > static const struct clk_parent_data disp_cc_parent_data_0[] = { > { .fw_name = "bi_tcxo" }, > { .fw_name = "dsi0_phy_pll_out_byteclk" }, > - { .fw_name = "core_bi_pll_test_se" }, > }; > > static const struct parent_map disp_cc_parent_map_1[] = { > @@ -80,7 +79,6 @@ static const struct parent_map disp_cc_parent_map_1[] = { > > static const struct clk_parent_data disp_cc_parent_data_1[] = { > { .fw_name = "bi_tcxo" }, > - { .fw_name = "core_bi_pll_test_se" }, > }; > > static const struct parent_map disp_cc_parent_map_2[] = { > @@ -91,7 +89,6 @@ static const struct parent_map disp_cc_parent_map_2[] = { > static const struct clk_parent_data disp_cc_parent_data_2[] = { > { .fw_name = "bi_tcxo_ao" }, > { .fw_name = "gcc_disp_gpll0_div_clk_src" }, > - { .fw_name = "core_bi_pll_test_se" }, > }; > > static const struct parent_map disp_cc_parent_map_3[] = { > @@ -104,7 +101,6 @@ static const struct clk_parent_data disp_cc_parent_data_3[] = { > { .fw_name = "bi_tcxo" }, > { .hw = &disp_cc_pll0.clkr.hw }, > { .fw_name = "gcc_disp_gpll0_clk_src" }, > - { .fw_name = "core_bi_pll_test_se" }, > }; > > static const struct parent_map disp_cc_parent_map_4[] = { > @@ -117,7 +113,6 @@ static const struct clk_parent_data disp_cc_parent_data_4[] = { > { .fw_name = "bi_tcxo" }, > { .fw_name = "dsi0_phy_pll_out_dsiclk" }, > { .fw_name = "dsi1_phy_pll_out_dsiclk" }, > - { .fw_name = "core_bi_pll_test_se" }, > }; > > static const struct parent_map disp_cc_parent_map_5[] = { > @@ -126,7 +121,6 @@ static const struct parent_map disp_cc_parent_map_5[] = { > > static const struct clk_parent_data disp_cc_parent_data_5[] = { > { .fw_name = "sleep_clk" }, > - { .fw_name = "core_bi_pll_test_se" }, > }; > > static struct clk_rcg2 disp_cc_mdss_byte0_clk_src = {
diff --git a/drivers/clk/qcom/dispcc-qcm2290.c b/drivers/clk/qcom/dispcc-qcm2290.c index 96b149365912..2ebd9a02b895 100644 --- a/drivers/clk/qcom/dispcc-qcm2290.c +++ b/drivers/clk/qcom/dispcc-qcm2290.c @@ -71,7 +71,6 @@ static const struct parent_map disp_cc_parent_map_0[] = { static const struct clk_parent_data disp_cc_parent_data_0[] = { { .fw_name = "bi_tcxo" }, { .fw_name = "dsi0_phy_pll_out_byteclk" }, - { .fw_name = "core_bi_pll_test_se" }, }; static const struct parent_map disp_cc_parent_map_1[] = { @@ -80,7 +79,6 @@ static const struct parent_map disp_cc_parent_map_1[] = { static const struct clk_parent_data disp_cc_parent_data_1[] = { { .fw_name = "bi_tcxo" }, - { .fw_name = "core_bi_pll_test_se" }, }; static const struct parent_map disp_cc_parent_map_2[] = { @@ -91,7 +89,6 @@ static const struct parent_map disp_cc_parent_map_2[] = { static const struct clk_parent_data disp_cc_parent_data_2[] = { { .fw_name = "bi_tcxo_ao" }, { .fw_name = "gcc_disp_gpll0_div_clk_src" }, - { .fw_name = "core_bi_pll_test_se" }, }; static const struct parent_map disp_cc_parent_map_3[] = { @@ -104,7 +101,6 @@ static const struct clk_parent_data disp_cc_parent_data_3[] = { { .fw_name = "bi_tcxo" }, { .hw = &disp_cc_pll0.clkr.hw }, { .fw_name = "gcc_disp_gpll0_clk_src" }, - { .fw_name = "core_bi_pll_test_se" }, }; static const struct parent_map disp_cc_parent_map_4[] = { @@ -117,7 +113,6 @@ static const struct clk_parent_data disp_cc_parent_data_4[] = { { .fw_name = "bi_tcxo" }, { .fw_name = "dsi0_phy_pll_out_dsiclk" }, { .fw_name = "dsi1_phy_pll_out_dsiclk" }, - { .fw_name = "core_bi_pll_test_se" }, }; static const struct parent_map disp_cc_parent_map_5[] = { @@ -126,7 +121,6 @@ static const struct parent_map disp_cc_parent_map_5[] = { static const struct clk_parent_data disp_cc_parent_data_5[] = { { .fw_name = "sleep_clk" }, - { .fw_name = "core_bi_pll_test_se" }, }; static struct clk_rcg2 disp_cc_mdss_byte0_clk_src = {
The test clock apparently it's not used by anyone upstream. Remove it. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- drivers/clk/qcom/dispcc-qcm2290.c | 6 ------ 1 file changed, 6 deletions(-)