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

clk: qcom: camcc-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>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211228045415.20543-9-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
6b7ef45f cf4cd3dc

-3
-3
drivers/clk/qcom/camcc-sdm845.c
··· 23 23 P_CAM_CC_PLL1_OUT_EVEN, 24 24 P_CAM_CC_PLL2_OUT_EVEN, 25 25 P_CAM_CC_PLL3_OUT_EVEN, 26 - P_CORE_BI_PLL_TEST_SE, 27 26 }; 28 27 29 28 static const struct parent_map cam_cc_parent_map_0[] = { ··· 31 32 { P_CAM_CC_PLL1_OUT_EVEN, 2 }, 32 33 { P_CAM_CC_PLL3_OUT_EVEN, 5 }, 33 34 { P_CAM_CC_PLL0_OUT_EVEN, 6 }, 34 - { P_CORE_BI_PLL_TEST_SE, 7 }, 35 35 }; 36 36 37 37 static const char * const cam_cc_parent_names_0[] = { ··· 39 41 "cam_cc_pll1_out_even", 40 42 "cam_cc_pll3_out_even", 41 43 "cam_cc_pll0_out_even", 42 - "core_bi_pll_test_se", 43 44 }; 44 45 45 46 static struct clk_alpha_pll cam_cc_pll0 = {