Skip to content

Commit

Permalink
Merge branch '20241221-topic-x1p4_clk-v1-2-dbaeccb74884@oss.qualcomm.…
Browse files Browse the repository at this point in the history
…com' into clk-for-6.14

Merge the X1P42100 GPUCC binding through a topic branch to make
available for the DeviceTree branch as well.
  • Loading branch information
Bjorn Andersson committed Dec 26, 2024
2 parents 9d40c5a + e8f81b5 commit 75c5cb3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ properties:
- qcom,sm8550-gpucc
- qcom,sm8650-gpucc
- qcom,x1e80100-gpucc
- qcom,x1p42100-gpucc

clocks:
items:
Expand Down
13 changes: 13 additions & 0 deletions include/dt-bindings/clock/qcom,x1e80100-gpucc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,22 @@
#define GPU_CC_SLEEP_CLK 23
#define GPU_CC_XO_CLK_SRC 24
#define GPU_CC_XO_DIV_CLK_SRC 25
#define GPU_CC_CX_ACCU_SHIFT_CLK 26
#define GPU_CC_GX_ACCU_SHIFT_CLK 27

/* GDSCs */
#define GPU_CX_GDSC 0
#define GPU_GX_GDSC 1

/* GPU_CC resets */
#define GPU_CC_ACD_BCR 0
#define GPU_CC_CB_BCR 1
#define GPU_CC_CX_BCR 2
#define GPU_CC_FAST_HUB_BCR 3
#define GPU_CC_FF_BCR 4
#define GPU_CC_GFX3D_AON_BCR 5
#define GPU_CC_GMU_BCR 6
#define GPU_CC_GX_BCR 7
#define GPU_CC_XO_BCR 8

#endif

0 comments on commit 75c5cb3

Please sign in to comment.