diff options
| author | Dmitry Baryshkov <[email protected]> | 2021-12-28 07:54:01 +0300 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2022-02-10 18:33:30 -0600 |
| commit | 6985fdc0c80c4fe576a196a12c8be11501f5c3f2 (patch) | |
| tree | dda60e3340dfd959b92dae7b1686be67bfc97c2a | |
| parent | 30ac9f356f50bee4e388789fc2717b264bf0609d (diff) | |
clk: qcom: gpucc-sdm660: 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.
Signed-off-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Reviewed-by: Marijn Suijten <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | drivers/clk/qcom/gpucc-sdm660.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/qcom/gpucc-sdm660.c b/drivers/clk/qcom/gpucc-sdm660.c index d170353eccf6..8271696d21b4 100644 --- a/drivers/clk/qcom/gpucc-sdm660.c +++ b/drivers/clk/qcom/gpucc-sdm660.c @@ -29,7 +29,6 @@ enum { P_GPU_XO, - P_CORE_BI_PLL_TEST_SE, P_GPLL0_OUT_MAIN, P_GPLL0_OUT_MAIN_DIV, P_GPU_PLL0_PLL_OUT_MAIN, |