mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
clk: qcom: videocc-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-17-dmitry.baryshkov@linaro.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
35e4368fa3
commit
789ab2c2c3
@ -20,7 +20,6 @@
|
||||
|
||||
enum {
|
||||
P_BI_TCXO,
|
||||
P_CORE_BI_PLL_TEST_SE,
|
||||
P_VIDEO_PLL0_OUT_MAIN,
|
||||
/* P_VIDEO_PLL0_OUT_EVEN, */
|
||||
/* P_VIDEO_PLL0_OUT_ODD, */
|
||||
@ -51,7 +50,6 @@ static const struct parent_map video_cc_parent_map_0[] = {
|
||||
{ P_VIDEO_PLL0_OUT_MAIN, 1 },
|
||||
/* { P_VIDEO_PLL0_OUT_EVEN, 2 }, */
|
||||
/* { P_VIDEO_PLL0_OUT_ODD, 3 }, */
|
||||
{ P_CORE_BI_PLL_TEST_SE, 4 },
|
||||
};
|
||||
|
||||
static const struct clk_parent_data video_cc_parent_data_0[] = {
|
||||
@ -59,7 +57,6 @@ static const struct clk_parent_data video_cc_parent_data_0[] = {
|
||||
{ .hw = &video_pll0.clkr.hw },
|
||||
/* { .name = "video_pll0_out_even" }, */
|
||||
/* { .name = "video_pll0_out_odd" }, */
|
||||
{ .fw_name = "core_bi_pll_test_se", .name = "core_bi_pll_test_se" },
|
||||
};
|
||||
|
||||
static const struct freq_tbl ftbl_video_cc_venus_clk_src[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user