aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaniya Das <tdas@codeaurora.org>2020-02-10 09:31:05 +0530
committerStephen Boyd <sboyd@kernel.org>2020-02-12 15:04:10 -0800
commit04ac0ad7e8edc7f1a7b3e219db245060fcaf59a4 (patch)
tree41111d3c26b1e8b2f195782b1d8250013eda6d80
parentLinux 5.6-rc1 (diff)
downloadlinux-dev-04ac0ad7e8edc7f1a7b3e219db245060fcaf59a4.tar.xz
linux-dev-04ac0ad7e8edc7f1a7b3e219db245060fcaf59a4.zip
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: 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>
-rw-r--r--include/dt-bindings/clock/qcom,gpucc-sc7180.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/qcom,gpucc-sc7180.h b/include/dt-bindings/clock/qcom,gpucc-sc7180.h
index 0e4643b08b49..65e706d7d9c6 100644
--- a/include/dt-bindings/clock/qcom,gpucc-sc7180.h
+++ b/include/dt-bindings/clock/qcom,gpucc-sc7180.h
@@ -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