Skip to content
Snippets Groups Projects
Commit f0ada00a authored by Imran Shaik's avatar Imran Shaik Committed by Rob Herring
Browse files

dt-bindings: clock: qcom: Add GPU clocks for QCS8300


The QCS8300 GPU clock controller is a derivative of SA8775P, but has few
additional clocks and minor differences. Hence, reuse gpucc bindings of
SA8775P and add additional clocks required for QCS8300.

Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarImran Shaik <quic_imrashai@quicinc.com>
Link: https://lore.kernel.org/r/20250109-qcs8300-mm-patches-new-v4-1-63e8ac268b02@quicinc.com


Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent 2014c95a
No related branches found
No related tags found
Loading
...@@ -8,6 +8,7 @@ title: Qualcomm Graphics Clock & Reset Controller ...@@ -8,6 +8,7 @@ title: Qualcomm Graphics Clock & Reset Controller
maintainers: maintainers:
- Taniya Das <quic_tdas@quicinc.com> - Taniya Das <quic_tdas@quicinc.com>
- Imran Shaik <quic_imrashai@quicinc.com>
description: | description: |
Qualcomm graphics clock control module provides the clocks, resets and power Qualcomm graphics clock control module provides the clocks, resets and power
...@@ -23,10 +24,12 @@ description: | ...@@ -23,10 +24,12 @@ description: |
include/dt-bindings/clock/qcom,gpucc-sm8150.h include/dt-bindings/clock/qcom,gpucc-sm8150.h
include/dt-bindings/clock/qcom,gpucc-sm8250.h include/dt-bindings/clock/qcom,gpucc-sm8250.h
include/dt-bindings/clock/qcom,gpucc-sm8350.h include/dt-bindings/clock/qcom,gpucc-sm8350.h
include/dt-bindings/clock/qcom,qcs8300-gpucc.h
properties: properties:
compatible: compatible:
enum: enum:
- qcom,qcs8300-gpucc
- qcom,sdm845-gpucc - qcom,sdm845-gpucc
- qcom,sa8775p-gpucc - qcom,sa8775p-gpucc
- qcom,sc7180-gpucc - qcom,sc7180-gpucc
......
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/*
* Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef _DT_BINDINGS_CLK_QCOM_GPUCC_QCS8300_H
#define _DT_BINDINGS_CLK_QCOM_GPUCC_QCS8300_H
#include "qcom,sa8775p-gpucc.h"
/* QCS8300 introduces below new clocks compared to SA8775P */
/* GPU_CC clocks */
#define GPU_CC_CX_ACCU_SHIFT_CLK 23
#define GPU_CC_GX_ACCU_SHIFT_CLK 24
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment