-
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: add SM6350 QCOM Graphics clock bindings
Add device tree bindings for graphics clock controller for Qualcomm Technology Inc's SM6350 SoCs. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220222011534.3502-3-konrad.dybcio@somainline.org
- Loading branch information
Konrad Dybcio
authored and
Bjorn Andersson
committed
Mar 8, 2022
1 parent
8375197
commit 7b91b9d
Showing
2 changed files
with
39 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,37 @@ | ||
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ | ||
/* | ||
* Copyright (c) 2021, The Linux Foundation. All rights reserved. | ||
* Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org> | ||
*/ | ||
|
||
#ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_SM6350_H | ||
#define _DT_BINDINGS_CLK_QCOM_GPU_CC_SM6350_H | ||
|
||
/* GPU_CC clocks */ | ||
#define GPU_CC_PLL0 0 | ||
#define GPU_CC_PLL1 1 | ||
#define GPU_CC_ACD_AHB_CLK 2 | ||
#define GPU_CC_ACD_CXO_CLK 3 | ||
#define GPU_CC_AHB_CLK 4 | ||
#define GPU_CC_CRC_AHB_CLK 5 | ||
#define GPU_CC_CX_GFX3D_CLK 6 | ||
#define GPU_CC_CX_GFX3D_SLV_CLK 7 | ||
#define GPU_CC_CX_GMU_CLK 8 | ||
#define GPU_CC_CX_SNOC_DVM_CLK 9 | ||
#define GPU_CC_CXO_AON_CLK 10 | ||
#define GPU_CC_CXO_CLK 11 | ||
#define GPU_CC_GMU_CLK_SRC 12 | ||
#define GPU_CC_GX_CXO_CLK 13 | ||
#define GPU_CC_GX_GFX3D_CLK 14 | ||
#define GPU_CC_GX_GFX3D_CLK_SRC 15 | ||
#define GPU_CC_GX_GMU_CLK 16 | ||
#define GPU_CC_GX_VSENSE_CLK 17 | ||
|
||
/* CLK_HW */ | ||
#define GPU_CC_CRC_DIV 0 | ||
|
||
/* GDSCs */ | ||
#define GPU_CX_GDSC 0 | ||
#define GPU_GX_GDSC 1 | ||
|
||
#endif |