File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Documentation/devicetree/bindings/clock
include/dt-bindings/clock Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ properties:
32
32
- qcom,sm8550-gpucc
33
33
- qcom,sm8650-gpucc
34
34
- qcom,x1e80100-gpucc
35
+ - qcom,x1p42100-gpucc
35
36
36
37
clocks :
37
38
items :
Original file line number Diff line number Diff line change 33
33
#define GPU_CC_SLEEP_CLK 23
34
34
#define GPU_CC_XO_CLK_SRC 24
35
35
#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
36
38
37
39
/* GDSCs */
38
40
#define GPU_CX_GDSC 0
39
41
#define GPU_GX_GDSC 1
40
42
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
+
41
54
#endif
You can’t perform that action at this time.
0 commit comments