Commit 04ac0ad7 authored by Taniya Das's avatar Taniya Das Committed by Stephen Boyd
Browse files

dt-bindings: clk: qcom: Add support for GPU GX GDSCR



In the cases where the GPU SW requires to use the GX GDSCR add
support for the same.

Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
Link: https://lkml.kernel.org/r/1581307266-26989-1-git-send-email-tdas@codeaurora.org


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent bb6d3fb3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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