xref: /linux/include/dt-bindings/reset/qcom,sar2130p-gpucc.h (revision 7f71507851fc7764b36a3221839607d3a45c2025)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3  * Copyright (c) 2019, The Linux Foundation. All rights reserved.
4  * Copyright (c) 2024, Linaro Limited
5  */
6 
7 #ifndef _DT_BINDINGS_RESET_QCOM_GPU_CC_SAR2130P_H
8 #define _DT_BINDINGS_RESET_QCOM_GPU_CC_SAR2130P_H
9 
10 #define GPUCC_GPU_CC_GX_BCR			0
11 #define GPUCC_GPU_CC_ACD_BCR			1
12 #define GPUCC_GPU_CC_GX_ACD_IROOT_BCR		2
13 
14 #endif
15