Skip to content
Snippets Groups Projects
Commit 2bd019f2 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Stephen Boyd
Browse files

clk: qcom: gpucc-sdm845: drop unused enum entries


Drop unused enum entries from the list of parent enums.

Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20210405224743.590029-6-dmitry.baryshkov@linaro.org


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent c9944417
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,7 @@ enum { ...@@ -30,9 +30,7 @@ enum {
P_CORE_BI_PLL_TEST_SE, P_CORE_BI_PLL_TEST_SE,
P_GPLL0_OUT_MAIN, P_GPLL0_OUT_MAIN,
P_GPLL0_OUT_MAIN_DIV, P_GPLL0_OUT_MAIN_DIV,
P_GPU_CC_PLL1_OUT_EVEN,
P_GPU_CC_PLL1_OUT_MAIN, P_GPU_CC_PLL1_OUT_MAIN,
P_GPU_CC_PLL1_OUT_ODD,
}; };
static const struct parent_map gpu_cc_parent_map_0[] = { static const struct parent_map gpu_cc_parent_map_0[] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment