Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: clock: qcom,gcc-msm8998: drop core_bi_pll_test_se

The test clock apparently it's not used by anyone upstream. Remove it.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221228185237.3111988-2-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
fc8b0a52 e35b4b9e

+1 -5
+1 -5
Documentation/devicetree/bindings/clock/qcom,gcc-msm8998.yaml
··· 25 25 - description: Board XO source 26 26 - description: Sleep clock source 27 27 - description: Audio reference clock (Optional clock) 28 - - description: PLL test clock source (Optional clock) 29 28 minItems: 2 30 29 31 30 clock-names: ··· 32 33 - const: xo 33 34 - const: sleep_clk 34 35 - const: aud_ref_clk # Optional clock 35 - - const: core_bi_pll_test_se # Optional clock 36 36 minItems: 2 37 37 38 38 required: ··· 55 57 reg = <0x00100000 0xb0000>; 56 58 clocks = <&rpmcc RPM_SMD_XO_CLK_SRC>, 57 59 <&sleep>, 58 - <0>, 59 60 <0>; 60 61 clock-names = "xo", 61 62 "sleep_clk", 62 - "aud_ref_clk", 63 - "core_bi_pll_test_se"; 63 + "aud_ref_clk"; 64 64 }; 65 65 ...