Skip to content

Commit 75c5cb3

Browse files
committed
Merge branch '[email protected]' into clk-for-6.14
Merge the X1P42100 GPUCC binding through a topic branch to make available for the DeviceTree branch as well.
2 parents 9d40c5a + e8f81b5 commit 75c5cb3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ properties:
3232
- qcom,sm8550-gpucc
3333
- qcom,sm8650-gpucc
3434
- qcom,x1e80100-gpucc
35+
- qcom,x1p42100-gpucc
3536

3637
clocks:
3738
items:

include/dt-bindings/clock/qcom,x1e80100-gpucc.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,22 @@
3333
#define GPU_CC_SLEEP_CLK 23
3434
#define GPU_CC_XO_CLK_SRC 24
3535
#define GPU_CC_XO_DIV_CLK_SRC 25
36+
#define GPU_CC_CX_ACCU_SHIFT_CLK 26
37+
#define GPU_CC_GX_ACCU_SHIFT_CLK 27
3638

3739
/* GDSCs */
3840
#define GPU_CX_GDSC 0
3941
#define GPU_GX_GDSC 1
4042

43+
/* GPU_CC resets */
44+
#define GPU_CC_ACD_BCR 0
45+
#define GPU_CC_CB_BCR 1
46+
#define GPU_CC_CX_BCR 2
47+
#define GPU_CC_FAST_HUB_BCR 3
48+
#define GPU_CC_FF_BCR 4
49+
#define GPU_CC_GFX3D_AON_BCR 5
50+
#define GPU_CC_GMU_BCR 6
51+
#define GPU_CC_GX_BCR 7
52+
#define GPU_CC_XO_BCR 8
53+
4154
#endif

0 commit comments

Comments
 (0)