Skip to content

Commit f93cea4

Browse files
committed
Merge branch '[email protected]' into clk-for-6.13
Merge SAR2130P clock bindings through topic branch, to allow them being used in both clock and DeviceTree branches.
2 parents 04bad0c + 1114810 commit f93cea4

File tree

8 files changed

+302
-0
lines changed

8 files changed

+302
-0
lines changed

Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ properties:
1919
enum:
2020
- qcom,qdu1000-rpmh-clk
2121
- qcom,sa8775p-rpmh-clk
22+
- qcom,sar2130p-rpmh-clk
2223
- qcom,sc7180-rpmh-clk
2324
- qcom,sc7280-rpmh-clk
2425
- qcom,sc8180x-rpmh-clk
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/clock/qcom,sar2130p-gcc.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Qualcomm Global Clock & Reset Controller on sar2130p
8+
9+
maintainers:
10+
- Dmitry Baryshkov <[email protected]>
11+
12+
description: |
13+
Qualcomm global clock control module provides the clocks, resets and
14+
power domains on sar2130p.
15+
16+
See also: include/dt-bindings/clock/qcom,sar2130p-gcc.h
17+
18+
properties:
19+
compatible:
20+
const: qcom,sar2130p-gcc
21+
22+
clocks:
23+
items:
24+
- description: XO reference clock
25+
- description: Sleep clock
26+
- description: PCIe 0 pipe clock
27+
- description: PCIe 1 pipe clock
28+
- description: Primary USB3 PHY wrapper pipe clock
29+
30+
protected-clocks:
31+
maxItems: 240
32+
33+
power-domains:
34+
maxItems: 1
35+
36+
required:
37+
- compatible
38+
- clocks
39+
- '#power-domain-cells'
40+
41+
allOf:
42+
- $ref: qcom,gcc.yaml#
43+
44+
unevaluatedProperties: false
45+
46+
examples:
47+
- |
48+
#include <dt-bindings/clock/qcom,rpmh.h>
49+
#include <dt-bindings/power/qcom,rpmhpd.h>
50+
51+
gcc: clock-controller@100000 {
52+
compatible = "qcom,sar2130p-gcc";
53+
reg = <0x100000 0x1f4200>;
54+
clocks = <&rpmhcc RPMH_CXO_CLK>,
55+
<&sleep_clk>,
56+
<&pcie_0_pipe_clk>,
57+
<&pcie_1_pipe_clk>,
58+
<&usb_0_ssphy>;
59+
power-domains = <&rpmhpd RPMHPD_CX>;
60+
61+
#clock-cells = <1>;
62+
#reset-cells = <1>;
63+
#power-domain-cells = <1>;
64+
};
65+
...

Documentation/devicetree/bindings/clock/qcom,sm8450-gpucc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ description: |
1414
domains on Qualcomm SoCs.
1515
1616
See also::
17+
include/dt-bindings/clock/qcom,sar2130p-gpucc.h
1718
include/dt-bindings/clock/qcom,sm4450-gpucc.h
1819
include/dt-bindings/clock/qcom,sm8450-gpucc.h
1920
include/dt-bindings/clock/qcom,sm8550-gpucc.h
@@ -24,6 +25,7 @@ description: |
2425
properties:
2526
compatible:
2627
enum:
28+
- qcom,sar2130p-gpucc
2729
- qcom,sm4450-gpucc
2830
- qcom,sm8450-gpucc
2931
- qcom,sm8475-gpucc

Documentation/devicetree/bindings/clock/qcom,sm8550-dispcc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ description: |
2222
properties:
2323
compatible:
2424
enum:
25+
- qcom,sar2130p-dispcc
2526
- qcom,sm8550-dispcc
2627
- qcom,sm8650-dispcc
2728
- qcom,x1e80100-dispcc

Documentation/devicetree/bindings/clock/qcom,sm8550-tcsr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ properties:
2121
compatible:
2222
items:
2323
- enum:
24+
- qcom,sar2130p-tcsr
2425
- qcom,sm8550-tcsr
2526
- qcom,sm8650-tcsr
2627
- qcom,x1e80100-tcsr
Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2+
/*
3+
* Copyright (c) 2021-2022, Qualcomm Innovation Center, Inc. All rights reserved.
4+
*/
5+
6+
#ifndef _DT_BINDINGS_CLK_QCOM_GCC_SAR2130P_H
7+
#define _DT_BINDINGS_CLK_QCOM_GCC_SAR2130P_H
8+
9+
/* GCC clocks */
10+
#define GCC_GPLL0 0
11+
#define GCC_GPLL0_OUT_EVEN 1
12+
#define GCC_GPLL1 2
13+
#define GCC_GPLL9 3
14+
#define GCC_GPLL9_OUT_EVEN 4
15+
#define GCC_AGGRE_NOC_PCIE_1_AXI_CLK 5
16+
#define GCC_AGGRE_USB3_PRIM_AXI_CLK 6
17+
#define GCC_BOOT_ROM_AHB_CLK 7
18+
#define GCC_CAMERA_AHB_CLK 8
19+
#define GCC_CAMERA_HF_AXI_CLK 9
20+
#define GCC_CAMERA_SF_AXI_CLK 10
21+
#define GCC_CAMERA_XO_CLK 11
22+
#define GCC_CFG_NOC_PCIE_ANOC_AHB_CLK 12
23+
#define GCC_CFG_NOC_USB3_PRIM_AXI_CLK 13
24+
#define GCC_DDRSS_GPU_AXI_CLK 14
25+
#define GCC_DDRSS_PCIE_SF_CLK 15
26+
#define GCC_DISP_AHB_CLK 16
27+
#define GCC_DISP_HF_AXI_CLK 17
28+
#define GCC_GP1_CLK 18
29+
#define GCC_GP1_CLK_SRC 19
30+
#define GCC_GP2_CLK 20
31+
#define GCC_GP2_CLK_SRC 21
32+
#define GCC_GP3_CLK 22
33+
#define GCC_GP3_CLK_SRC 23
34+
#define GCC_GPU_CFG_AHB_CLK 24
35+
#define GCC_GPU_GPLL0_CLK_SRC 25
36+
#define GCC_GPU_GPLL0_DIV_CLK_SRC 26
37+
#define GCC_GPU_MEMNOC_GFX_CLK 27
38+
#define GCC_GPU_SNOC_DVM_GFX_CLK 28
39+
#define GCC_IRIS_SS_HF_AXI1_CLK 29
40+
#define GCC_IRIS_SS_SPD_AXI1_CLK 30
41+
#define GCC_PCIE_0_AUX_CLK 31
42+
#define GCC_PCIE_0_AUX_CLK_SRC 32
43+
#define GCC_PCIE_0_CFG_AHB_CLK 33
44+
#define GCC_PCIE_0_MSTR_AXI_CLK 34
45+
#define GCC_PCIE_0_PHY_RCHNG_CLK 35
46+
#define GCC_PCIE_0_PHY_RCHNG_CLK_SRC 36
47+
#define GCC_PCIE_0_PIPE_CLK 37
48+
#define GCC_PCIE_0_PIPE_CLK_SRC 38
49+
#define GCC_PCIE_0_SLV_AXI_CLK 39
50+
#define GCC_PCIE_0_SLV_Q2A_AXI_CLK 40
51+
#define GCC_PCIE_1_AUX_CLK 41
52+
#define GCC_PCIE_1_AUX_CLK_SRC 42
53+
#define GCC_PCIE_1_CFG_AHB_CLK 43
54+
#define GCC_PCIE_1_MSTR_AXI_CLK 44
55+
#define GCC_PCIE_1_PHY_RCHNG_CLK 45
56+
#define GCC_PCIE_1_PHY_RCHNG_CLK_SRC 46
57+
#define GCC_PCIE_1_PIPE_CLK 47
58+
#define GCC_PCIE_1_PIPE_CLK_SRC 48
59+
#define GCC_PCIE_1_SLV_AXI_CLK 49
60+
#define GCC_PCIE_1_SLV_Q2A_AXI_CLK 50
61+
#define GCC_PDM2_CLK 51
62+
#define GCC_PDM2_CLK_SRC 52
63+
#define GCC_PDM_AHB_CLK 53
64+
#define GCC_PDM_XO4_CLK 54
65+
#define GCC_QMIP_CAMERA_NRT_AHB_CLK 55
66+
#define GCC_QMIP_CAMERA_RT_AHB_CLK 56
67+
#define GCC_QMIP_GPU_AHB_CLK 57
68+
#define GCC_QMIP_PCIE_AHB_CLK 58
69+
#define GCC_QMIP_VIDEO_CV_CPU_AHB_CLK 59
70+
#define GCC_QMIP_VIDEO_CVP_AHB_CLK 60
71+
#define GCC_QMIP_VIDEO_LSR_AHB_CLK 61
72+
#define GCC_QMIP_VIDEO_V_CPU_AHB_CLK 62
73+
#define GCC_QMIP_VIDEO_VCODEC_AHB_CLK 63
74+
#define GCC_QUPV3_WRAP0_CORE_2X_CLK 64
75+
#define GCC_QUPV3_WRAP0_CORE_CLK 65
76+
#define GCC_QUPV3_WRAP0_S0_CLK 66
77+
#define GCC_QUPV3_WRAP0_S0_CLK_SRC 67
78+
#define GCC_QUPV3_WRAP0_S1_CLK 68
79+
#define GCC_QUPV3_WRAP0_S1_CLK_SRC 69
80+
#define GCC_QUPV3_WRAP0_S2_CLK 70
81+
#define GCC_QUPV3_WRAP0_S2_CLK_SRC 71
82+
#define GCC_QUPV3_WRAP0_S3_CLK 72
83+
#define GCC_QUPV3_WRAP0_S3_CLK_SRC 73
84+
#define GCC_QUPV3_WRAP0_S4_CLK 74
85+
#define GCC_QUPV3_WRAP0_S4_CLK_SRC 75
86+
#define GCC_QUPV3_WRAP0_S5_CLK 76
87+
#define GCC_QUPV3_WRAP0_S5_CLK_SRC 77
88+
#define GCC_QUPV3_WRAP1_CORE_2X_CLK 78
89+
#define GCC_QUPV3_WRAP1_CORE_CLK 79
90+
#define GCC_QUPV3_WRAP1_S0_CLK 80
91+
#define GCC_QUPV3_WRAP1_S0_CLK_SRC 81
92+
#define GCC_QUPV3_WRAP1_S1_CLK 82
93+
#define GCC_QUPV3_WRAP1_S1_CLK_SRC 83
94+
#define GCC_QUPV3_WRAP1_S2_CLK 84
95+
#define GCC_QUPV3_WRAP1_S2_CLK_SRC 85
96+
#define GCC_QUPV3_WRAP1_S3_CLK 86
97+
#define GCC_QUPV3_WRAP1_S3_CLK_SRC 87
98+
#define GCC_QUPV3_WRAP1_S4_CLK 88
99+
#define GCC_QUPV3_WRAP1_S4_CLK_SRC 89
100+
#define GCC_QUPV3_WRAP1_S5_CLK 90
101+
#define GCC_QUPV3_WRAP1_S5_CLK_SRC 91
102+
#define GCC_QUPV3_WRAP_0_M_AHB_CLK 92
103+
#define GCC_QUPV3_WRAP_0_S_AHB_CLK 93
104+
#define GCC_QUPV3_WRAP_1_M_AHB_CLK 94
105+
#define GCC_QUPV3_WRAP_1_S_AHB_CLK 95
106+
#define GCC_SDCC1_AHB_CLK 96
107+
#define GCC_SDCC1_APPS_CLK 97
108+
#define GCC_SDCC1_APPS_CLK_SRC 98
109+
#define GCC_SDCC1_ICE_CORE_CLK 99
110+
#define GCC_SDCC1_ICE_CORE_CLK_SRC 100
111+
#define GCC_USB30_PRIM_MASTER_CLK 101
112+
#define GCC_USB30_PRIM_MASTER_CLK_SRC 102
113+
#define GCC_USB30_PRIM_MOCK_UTMI_CLK 103
114+
#define GCC_USB30_PRIM_MOCK_UTMI_CLK_SRC 104
115+
#define GCC_USB30_PRIM_MOCK_UTMI_POSTDIV_CLK_SRC 105
116+
#define GCC_USB30_PRIM_SLEEP_CLK 106
117+
#define GCC_USB3_PRIM_PHY_AUX_CLK 107
118+
#define GCC_USB3_PRIM_PHY_AUX_CLK_SRC 108
119+
#define GCC_USB3_PRIM_PHY_COM_AUX_CLK 109
120+
#define GCC_USB3_PRIM_PHY_PIPE_CLK 110
121+
#define GCC_USB3_PRIM_PHY_PIPE_CLK_SRC 111
122+
#define GCC_VIDEO_AHB_CLK 112
123+
#define GCC_VIDEO_AXI0_CLK 113
124+
#define GCC_VIDEO_AXI1_CLK 114
125+
#define GCC_VIDEO_XO_CLK 115
126+
#define GCC_GPLL4 116
127+
#define GCC_GPLL5 117
128+
#define GCC_GPLL7 118
129+
#define GCC_DDRSS_SPAD_CLK 119
130+
#define GCC_DDRSS_SPAD_CLK_SRC 120
131+
#define GCC_VIDEO_AXI0_SREG 121
132+
#define GCC_VIDEO_AXI1_SREG 122
133+
#define GCC_IRIS_SS_HF_AXI1_SREG 123
134+
#define GCC_IRIS_SS_SPD_AXI1_SREG 124
135+
136+
/* GCC resets */
137+
#define GCC_CAMERA_BCR 0
138+
#define GCC_DISPLAY_BCR 1
139+
#define GCC_GPU_BCR 2
140+
#define GCC_PCIE_0_BCR 3
141+
#define GCC_PCIE_0_LINK_DOWN_BCR 4
142+
#define GCC_PCIE_0_NOCSR_COM_PHY_BCR 5
143+
#define GCC_PCIE_0_PHY_BCR 6
144+
#define GCC_PCIE_0_PHY_NOCSR_COM_PHY_BCR 7
145+
#define GCC_PCIE_1_BCR 8
146+
#define GCC_PCIE_1_LINK_DOWN_BCR 9
147+
#define GCC_PCIE_1_NOCSR_COM_PHY_BCR 10
148+
#define GCC_PCIE_1_PHY_BCR 11
149+
#define GCC_PCIE_1_PHY_NOCSR_COM_PHY_BCR 12
150+
#define GCC_PCIE_PHY_BCR 13
151+
#define GCC_PCIE_PHY_CFG_AHB_BCR 14
152+
#define GCC_PCIE_PHY_COM_BCR 15
153+
#define GCC_PDM_BCR 16
154+
#define GCC_QUPV3_WRAPPER_0_BCR 17
155+
#define GCC_QUPV3_WRAPPER_1_BCR 18
156+
#define GCC_QUSB2PHY_PRIM_BCR 19
157+
#define GCC_QUSB2PHY_SEC_BCR 20
158+
#define GCC_SDCC1_BCR 21
159+
#define GCC_USB30_PRIM_BCR 22
160+
#define GCC_USB3_DP_PHY_PRIM_BCR 23
161+
#define GCC_USB3_DP_PHY_SEC_BCR 24
162+
#define GCC_USB3_PHY_PRIM_BCR 25
163+
#define GCC_USB3_PHY_SEC_BCR 26
164+
#define GCC_USB3PHY_PHY_PRIM_BCR 27
165+
#define GCC_USB3PHY_PHY_SEC_BCR 28
166+
#define GCC_VIDEO_AXI0_CLK_ARES 29
167+
#define GCC_VIDEO_AXI1_CLK_ARES 30
168+
#define GCC_VIDEO_BCR 31
169+
#define GCC_IRIS_SS_HF_AXI_CLK_ARES 32
170+
#define GCC_IRIS_SS_SPD_AXI_CLK_ARES 33
171+
#define GCC_DDRSS_SPAD_CLK_ARES 34
172+
173+
/* GCC power domains */
174+
#define PCIE_0_GDSC 0
175+
#define PCIE_0_PHY_GDSC 1
176+
#define PCIE_1_GDSC 2
177+
#define PCIE_1_PHY_GDSC 3
178+
#define USB30_PRIM_GDSC 4
179+
#define USB3_PHY_GDSC 5
180+
#define HLOS1_VOTE_MM_SNOC_MMU_TBU_HF0_GDSC 6
181+
#define HLOS1_VOTE_MM_SNOC_MMU_TBU_SF0_GDSC 7
182+
#define HLOS1_VOTE_TURING_MMU_TBU0_GDSC 8
183+
#define HLOS1_VOTE_TURING_MMU_TBU1_GDSC 9
184+
185+
#endif
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2+
/*
3+
* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved
4+
* Copyright (c) 2024, Linaro Limited
5+
*/
6+
7+
#ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_SAR2130P_H
8+
#define _DT_BINDINGS_CLK_QCOM_GPU_CC_SAR2130P_H
9+
10+
/* GPU_CC clocks */
11+
#define GPU_CC_AHB_CLK 0
12+
#define GPU_CC_CRC_AHB_CLK 1
13+
#define GPU_CC_CX_FF_CLK 2
14+
#define GPU_CC_CX_GMU_CLK 3
15+
#define GPU_CC_CXO_AON_CLK 4
16+
#define GPU_CC_CXO_CLK 5
17+
#define GPU_CC_FF_CLK_SRC 6
18+
#define GPU_CC_GMU_CLK_SRC 7
19+
#define GPU_CC_GX_GMU_CLK 8
20+
#define GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK 9
21+
#define GPU_CC_HUB_AON_CLK 10
22+
#define GPU_CC_HUB_CLK_SRC 11
23+
#define GPU_CC_HUB_CX_INT_CLK 12
24+
#define GPU_CC_MEMNOC_GFX_CLK 13
25+
#define GPU_CC_PLL0 14
26+
#define GPU_CC_PLL1 15
27+
#define GPU_CC_SLEEP_CLK 16
28+
29+
/* GDSCs */
30+
#define GPU_GX_GDSC 0
31+
#define GPU_CX_GDSC 1
32+
33+
#endif
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2+
/*
3+
* Copyright (c) 2019, The Linux Foundation. All rights reserved.
4+
* Copyright (c) 2024, Linaro Limited
5+
*/
6+
7+
#ifndef _DT_BINDINGS_RESET_QCOM_GPU_CC_SAR2130P_H
8+
#define _DT_BINDINGS_RESET_QCOM_GPU_CC_SAR2130P_H
9+
10+
#define GPUCC_GPU_CC_GX_BCR 0
11+
#define GPUCC_GPU_CC_ACD_BCR 1
12+
#define GPUCC_GPU_CC_GX_ACD_IROOT_BCR 2
13+
14+
#endif

0 commit comments

Comments
 (0)