]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dt-bindings: clock: qcom: gcc-qcs404: add two GDSC entries
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 26 Dec 2022 04:21:39 +0000 (06:21 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 27 Dec 2022 17:59:10 +0000 (11:59 -0600)
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
include/dt-bindings/clock/qcom,gcc-qcs404.h

index bc3051543347066e3eac92cdc7e989b9ef2ae41e..126a51898571f90835b6ecc7fa6896f3803b9c09 100644 (file)
 #define GCC_PCIE_0_PIPE_ARES                           21
 #define GCC_WDSP_RESTART                               22
 
+/* Indexes for GDSCs */
+#define MDSS_GDSC                              0
+#define OXILI_GDSC                             1
+
 #endif