Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221226042154.2666748-2-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
031bc3a9 1b929c02

+4
+4
include/dt-bindings/clock/qcom,gcc-qcs404.h
··· 177 177 #define GCC_PCIE_0_PIPE_ARES 21 178 178 #define GCC_WDSP_RESTART 22 179 179 180 + /* Indexes for GDSCs */ 181 + #define MDSS_GDSC 0 182 + #define OXILI_GDSC 1 183 + 180 184 #endif