aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/clk/qcom/gcc-sdm845.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/clk/qcom/gcc-sdm845.c b/drivers/clk/qcom/gcc-sdm845.c
index fa1a196350f1..a7e72ebb79ba 100644
--- a/drivers/clk/qcom/gcc-sdm845.c
+++ b/drivers/clk/qcom/gcc-sdm845.c
@@ -99,22 +99,6 @@ static const char * const gcc_parent_names_4[] = {
99 "core_bi_pll_test_se", 99 "core_bi_pll_test_se",
100}; 100};
101 101
102static const struct parent_map gcc_parent_map_5[] = {
103 { P_BI_TCXO, 0 },
104 { P_GPLL0_OUT_MAIN, 1 },
105 { P_GPLL4_OUT_MAIN, 5 },
106 { P_GPLL0_OUT_EVEN, 6 },
107 { P_CORE_BI_PLL_TEST_SE, 7 },
108};
109
110static const char * const gcc_parent_names_5[] = {
111 "bi_tcxo",
112 "gpll0",
113 "gpll4",
114 "gpll0_out_even",
115 "core_bi_pll_test_se",
116};
117
118static const struct parent_map gcc_parent_map_6[] = { 102static const struct parent_map gcc_parent_map_6[] = {
119 { P_BI_TCXO, 0 }, 103 { P_BI_TCXO, 0 },
120 { P_GPLL0_OUT_MAIN, 1 }, 104 { P_GPLL0_OUT_MAIN, 1 },