Skip to content

Commit

Permalink
dt-bindings: clk: qcom: Add support for GPU GX GDSCR
Browse files Browse the repository at this point in the history
In the cases where the GPU SW requires to use the GX GDSCR add
support for the same.

Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lkml.kernel.org/r/1581307266-26989-1-git-send-email-tdas@codeaurora.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Taniya Das authored and Stephen Boyd committed Feb 12, 2020
1 parent bb6d3fb commit 04ac0ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/dt-bindings/clock/qcom,gpucc-sc7180.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
#define GPU_CC_CXO_CLK 6
#define GPU_CC_GMU_CLK_SRC 7

/* CAM_CC GDSCRs */
/* GPU_CC GDSCRs */
#define CX_GDSC 0
#define GX_GDSC 1

#endif

0 comments on commit 04ac0ad

Please sign in to comment.