Skip to content

Commit d88d5be

Browse files
barni2000andersson
authored andcommitted
dt-bindings: clock: qcom: Add MSM8940 Global Clock Controller
Add devicetree bindings for the global clock controller on Qualcomm MSM8940 platform. Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org> Link: https://lore.kernel.org/r/20251117-gcc-msm8940-sdm439-v2-1-4af57c8bc7eb@mainlining.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent d5639a6 commit d88d5be

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

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

7-
title: Qualcomm Global Clock & Reset Controller on MSM8953
7+
title: Qualcomm Global Clock & Reset Controller on MSM8937, MSM8940 and MSM8953
88

99
maintainers:
1010
- Adam Skladowski <a_skl39@protonmail.com>
@@ -13,7 +13,7 @@ maintainers:
1313

1414
description: |
1515
Qualcomm global clock control module provides the clocks, resets and power
16-
domains on MSM8937 or MSM8953.
16+
domains on MSM8937, MSM8940 or MSM8953.
1717
1818
See also::
1919
include/dt-bindings/clock/qcom,gcc-msm8917.h
@@ -23,6 +23,7 @@ properties:
2323
compatible:
2424
enum:
2525
- qcom,gcc-msm8937
26+
- qcom,gcc-msm8940
2627
- qcom,gcc-msm8953
2728

2829
clocks:

include/dt-bindings/clock/qcom,gcc-msm8917.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
#define MSM8937_GCC_MDSS_PCLK1_CLK 179
188188
#define MSM8937_GCC_OXILI_AON_CLK 180
189189
#define MSM8937_GCC_OXILI_TIMER_CLK 181
190+
#define MSM8940_GCC_IPA_TBU_CLK 182
190191

191192
/* GCC block resets */
192193
#define GCC_CAMSS_MICRO_BCR 0

0 commit comments

Comments
 (0)