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-sdx55: 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-3-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
5fe4abe3 fc8b0a52

+3 -6
+3 -6
Documentation/devicetree/bindings/clock/qcom,gcc-sdx55.yaml
··· 24 24 items: 25 25 - description: Board XO source 26 26 - description: Sleep clock source 27 - - description: PLL test clock source (Optional clock) 28 - minItems: 2 29 27 30 28 clock-names: 31 29 items: 32 30 - const: bi_tcxo 33 31 - const: sleep_clk 34 - - const: core_bi_pll_test_se # Optional clock 35 - minItems: 2 36 32 37 33 required: 38 34 - compatible ··· 47 51 compatible = "qcom,gcc-sdx55"; 48 52 reg = <0x00100000 0x1f0000>; 49 53 clocks = <&rpmhcc RPMH_CXO_CLK>, 50 - <&sleep_clk>, <&pll_test_clk>; 51 - clock-names = "bi_tcxo", "sleep_clk", "core_bi_pll_test_se"; 54 + <&sleep_clk>; 55 + clock-names = "bi_tcxo", 56 + "sleep_clk"; 52 57 #clock-cells = <1>; 53 58 #reset-cells = <1>; 54 59 #power-domain-cells = <1>;