Skip to content

Commit 2ab5b56

Browse files
lumagandersson
authored andcommitted
dt-bindings: clock: move qcom,gcc-msm8939 to qcom,gcc-msm8916.yaml
The MSM8939 GCC bindings are fully comptible with MSM8916, the clock controller requires the same parent clocks, move MSM8939 GCC compatible to qcom,msm8916.yaml Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220928145609.375860-2-dmitry.baryshkov@linaro.org
1 parent a01ef02 commit 2ab5b56

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Documentation/devicetree/bindings/clock/qcom,gcc-msm8916.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,27 @@
44
$id: http://devicetree.org/schemas/clock/qcom,gcc-msm8916.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

7-
title: Qualcomm Global Clock & Reset Controller Binding for MSM8916
7+
title: Qualcomm Global Clock & Reset Controller Binding for MSM8916 and MSM8939
88

99
maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
1111
- Taniya Das <quic_tdas@quicinc.com>
1212

1313
description: |
1414
Qualcomm global clock control module which supports the clocks, resets and
15-
power domains on MSM8916.
15+
power domains on MSM8916 or MSM8939.
1616
1717
See also:
1818
- dt-bindings/clock/qcom,gcc-msm8916.h
19+
- dt-bindings/clock/qcom,gcc-msm8939.h
20+
- dt-bindings/reset/qcom,gcc-msm8916.h
21+
- dt-bindings/reset/qcom,gcc-msm8939.h
1922
2023
properties:
2124
compatible:
22-
const: qcom,gcc-msm8916
25+
enum:
26+
- qcom,gcc-msm8916
27+
- qcom,gcc-msm8939
2328

2429
clocks:
2530
items:

Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ description: |
1818
- dt-bindings/clock/qcom,gcc-ipq4019.h
1919
- dt-bindings/clock/qcom,gcc-ipq6018.h
2020
- dt-bindings/reset/qcom,gcc-ipq6018.h
21-
- dt-bindings/clock/qcom,gcc-msm8939.h
2221
- dt-bindings/clock/qcom,gcc-msm8953.h
23-
- dt-bindings/reset/qcom,gcc-msm8939.h
2422
- dt-bindings/clock/qcom,gcc-msm8974.h (qcom,gcc-msm8226 and qcom,gcc-msm8974)
2523
- dt-bindings/reset/qcom,gcc-msm8974.h (qcom,gcc-msm8226 and qcom,gcc-msm8974)
2624
- dt-bindings/clock/qcom,gcc-mdm9607.h
@@ -38,7 +36,6 @@ properties:
3836
- qcom,gcc-ipq6018
3937
- qcom,gcc-mdm9607
4038
- qcom,gcc-msm8226
41-
- qcom,gcc-msm8939
4239
- qcom,gcc-msm8953
4340
- qcom,gcc-msm8974
4441
- qcom,gcc-msm8974pro

0 commit comments

Comments
 (0)