Commit 6b7ef45f authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

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: default avatarStephen Boyd <swboyd@chromium.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarStephen Boyd <sboyd@kernel.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211228045415.20543-9-dmitry.baryshkov@linaro.org
parent cf4cd3dc
...@@ -23,7 +23,6 @@ enum { ...@@ -23,7 +23,6 @@ enum {
P_CAM_CC_PLL1_OUT_EVEN, P_CAM_CC_PLL1_OUT_EVEN,
P_CAM_CC_PLL2_OUT_EVEN, P_CAM_CC_PLL2_OUT_EVEN,
P_CAM_CC_PLL3_OUT_EVEN, P_CAM_CC_PLL3_OUT_EVEN,
P_CORE_BI_PLL_TEST_SE,
}; };
static const struct parent_map cam_cc_parent_map_0[] = { static const struct parent_map cam_cc_parent_map_0[] = {
...@@ -32,7 +31,6 @@ static const struct parent_map cam_cc_parent_map_0[] = { ...@@ -32,7 +31,6 @@ static const struct parent_map cam_cc_parent_map_0[] = {
{ P_CAM_CC_PLL1_OUT_EVEN, 2 }, { P_CAM_CC_PLL1_OUT_EVEN, 2 },
{ P_CAM_CC_PLL3_OUT_EVEN, 5 }, { P_CAM_CC_PLL3_OUT_EVEN, 5 },
{ P_CAM_CC_PLL0_OUT_EVEN, 6 }, { P_CAM_CC_PLL0_OUT_EVEN, 6 },
{ P_CORE_BI_PLL_TEST_SE, 7 },
}; };
static const char * const cam_cc_parent_names_0[] = { static const char * const cam_cc_parent_names_0[] = {
...@@ -41,7 +39,6 @@ static const char * const cam_cc_parent_names_0[] = { ...@@ -41,7 +39,6 @@ static const char * const cam_cc_parent_names_0[] = {
"cam_cc_pll1_out_even", "cam_cc_pll1_out_even",
"cam_cc_pll3_out_even", "cam_cc_pll3_out_even",
"cam_cc_pll0_out_even", "cam_cc_pll0_out_even",
"core_bi_pll_test_se",
}; };
static struct clk_alpha_pll cam_cc_pll0 = { static struct clk_alpha_pll cam_cc_pll0 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment