Commit 031bc3a9 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

dt-bindings: clock: qcom: gcc-qcs404: add two GDSC entries

On QCS404 platform the Global Clock Controller supports two GDSCs: MDSS
(display) and OXILI (GPU). Add corresponding indices.
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221226042154.2666748-2-dmitry.baryshkov@linaro.org
parent 1b929c02
...@@ -177,4 +177,8 @@ ...@@ -177,4 +177,8 @@
#define GCC_PCIE_0_PIPE_ARES 21 #define GCC_PCIE_0_PIPE_ARES 21
#define GCC_WDSP_RESTART 22 #define GCC_WDSP_RESTART 22
/* Indexes for GDSCs */
#define MDSS_GDSC 0
#define OXILI_GDSC 1
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment