mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 01:24:33 +00:00
111481020a
Expand qcom,sm8450-gpucc bindings to include SAR2130P. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20241027-sar2130p-clocks-v5-5-ecad2a1432ba@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
15 lines
389 B
C
15 lines
389 B
C
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
|
/*
|
|
* Copyright (c) 2019, The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2024, Linaro Limited
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_RESET_QCOM_GPU_CC_SAR2130P_H
|
|
#define _DT_BINDINGS_RESET_QCOM_GPU_CC_SAR2130P_H
|
|
|
|
#define GPUCC_GPU_CC_GX_BCR 0
|
|
#define GPUCC_GPU_CC_ACD_BCR 1
|
|
#define GPUCC_GPU_CC_GX_ACD_IROOT_BCR 2
|
|
|
|
#endif
|