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

dt-bindings: clock: Introduce SC7180 QCOM Graphics clock bindings

Add device tree bindings for graphics clock controller for
Qualcomm Technology Inc's SC7180 SoCs.

Signed-off-by: Taniya Das <tdas@codeaurora.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lkml.kernel.org/r/1577428714-17766-3-git-send-email-tdas@codeaurora.org
[sboyd@kernel.org: Indicate sc7180 in commit subject]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Taniya Das and committed by
Stephen Boyd
468e727d 5c6f3a36

+22
+1
Documentation/devicetree/bindings/clock/qcom,gpucc.yaml
··· 17 17 compatible: 18 18 enum: 19 19 - qcom,msm8998-gpucc 20 + - qcom,sc7180-gpucc 20 21 - qcom,sdm845-gpucc 21 22 22 23 clocks:
+21
include/dt-bindings/clock/qcom,gpucc-sc7180.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* 3 + * Copyright (c) 2019, The Linux Foundation. All rights reserved. 4 + */ 5 + 6 + #ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7180_H 7 + #define _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7180_H 8 + 9 + #define GPU_CC_PLL1 0 10 + #define GPU_CC_AHB_CLK 1 11 + #define GPU_CC_CRC_AHB_CLK 2 12 + #define GPU_CC_CX_GMU_CLK 3 13 + #define GPU_CC_CX_SNOC_DVM_CLK 4 14 + #define GPU_CC_CXO_AON_CLK 5 15 + #define GPU_CC_CXO_CLK 6 16 + #define GPU_CC_GMU_CLK_SRC 7 17 + 18 + /* CAM_CC GDSCRs */ 19 + #define CX_GDSC 0 20 + 21 + #endif