Skip to content

Commit c4c5b47

Browse files
konradybcioandersson
authored andcommitted
dt-bindings: remoteproc: qcom,adsp: Remove AGGRE2 clock
The AGGRE2 clock is a clock for the entire AGGRE2 bus, managed from within the interconnect driver. Attaching it to SLPI was a total hack. Get rid of it. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230721-topic-rpm_clk_cleanup-v2-8-1e506593b1bd@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 93f8756 commit c4c5b47

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ allOf:
6666
- qcom,msm8953-adsp-pil
6767
- qcom,msm8974-adsp-pil
6868
- qcom,msm8996-adsp-pil
69+
- qcom,msm8996-slpi-pil
6970
- qcom,msm8998-adsp-pas
71+
- qcom,msm8998-slpi-pas
7072
- qcom,sdm845-adsp-pas
7173
- qcom,sdm845-cdsp-pas
7274
- qcom,sdm845-slpi-pas
@@ -79,24 +81,6 @@ allOf:
7981
items:
8082
- const: xo
8183

82-
- if:
83-
properties:
84-
compatible:
85-
contains:
86-
enum:
87-
- qcom,msm8996-slpi-pil
88-
- qcom,msm8998-slpi-pas
89-
then:
90-
properties:
91-
clocks:
92-
items:
93-
- description: XO clock
94-
- description: AGGRE2 clock
95-
clock-names:
96-
items:
97-
- const: xo
98-
- const: aggre2
99-
10084
- if:
10185
properties:
10286
compatible:

0 commit comments

Comments
 (0)