clk: qcom: gpucc-sc7180: drop unused enum entries
Drop unused enum entries from the list of parent enums. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20210405224743.590029-5-dmitry.baryshkov@linaro.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
committed by
Stephen Boyd
parent
b6f3fd686e
commit
c9944417ee
@ -26,12 +26,9 @@
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
P_BI_TCXO,
|
P_BI_TCXO,
|
||||||
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 pll_vco fabia_vco[] = {
|
static const struct pll_vco fabia_vco[] = {
|
||||||
|
Reference in New Issue
Block a user