-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dt-bindings: clock: qcom: describe the GPUCC clock for SA8775P
Add the compatible for the Qualcomm Graphics Clock control module present on sa8775p platforms. It matches the generic QCom GPUCC description. Add device-specific DT bindings defines as well. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230411125910.401075-2-brgl@bgdev.pl
- Loading branch information
Bartosz Golaszewski
authored and
Bjorn Andersson
committed
Apr 14, 2023
1 parent
1a500e0
commit daa9e76
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ | ||
/* | ||
* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved. | ||
* Copyright (c) 2023, Linaro Limited | ||
*/ | ||
|
||
#ifndef _DT_BINDINGS_CLK_QCOM_GPUCC_SA8775P_H | ||
#define _DT_BINDINGS_CLK_QCOM_GPUCC_SA8775P_H | ||
|
||
/* GPU_CC clocks */ | ||
#define GPU_CC_PLL0 0 | ||
#define GPU_CC_PLL1 1 | ||
#define GPU_CC_AHB_CLK 2 | ||
#define GPU_CC_CB_CLK 3 | ||
#define GPU_CC_CRC_AHB_CLK 4 | ||
#define GPU_CC_CX_FF_CLK 5 | ||
#define GPU_CC_CX_GMU_CLK 6 | ||
#define GPU_CC_CX_SNOC_DVM_CLK 7 | ||
#define GPU_CC_CXO_AON_CLK 8 | ||
#define GPU_CC_CXO_CLK 9 | ||
#define GPU_CC_DEMET_CLK 10 | ||
#define GPU_CC_DEMET_DIV_CLK_SRC 11 | ||
#define GPU_CC_FF_CLK_SRC 12 | ||
#define GPU_CC_GMU_CLK_SRC 13 | ||
#define GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK 14 | ||
#define GPU_CC_HUB_AHB_DIV_CLK_SRC 15 | ||
#define GPU_CC_HUB_AON_CLK 16 | ||
#define GPU_CC_HUB_CLK_SRC 17 | ||
#define GPU_CC_HUB_CX_INT_CLK 18 | ||
#define GPU_CC_HUB_CX_INT_DIV_CLK_SRC 19 | ||
#define GPU_CC_MEMNOC_GFX_CLK 20 | ||
#define GPU_CC_SLEEP_CLK 21 | ||
#define GPU_CC_XO_CLK_SRC 22 | ||
|
||
/* GPU_CC resets */ | ||
#define GPUCC_GPU_CC_ACD_BCR 0 | ||
#define GPUCC_GPU_CC_CB_BCR 1 | ||
#define GPUCC_GPU_CC_CX_BCR 2 | ||
#define GPUCC_GPU_CC_FAST_HUB_BCR 3 | ||
#define GPUCC_GPU_CC_FF_BCR 4 | ||
#define GPUCC_GPU_CC_GFX3D_AON_BCR 5 | ||
#define GPUCC_GPU_CC_GMU_BCR 6 | ||
#define GPUCC_GPU_CC_GX_BCR 7 | ||
#define GPUCC_GPU_CC_XO_BCR 8 | ||
|
||
/* GPU_CC power domains */ | ||
#define GPU_CC_CX_GDSC 0 | ||
#define GPU_CC_GX_GDSC 1 | ||
|
||
#endif /* _DT_BINDINGS_CLK_QCOM_GPUCC_SA8775P_H */ |