1262569Simp/*
2262569Simp * Copyright (c) 2013, The Linux Foundation. All rights reserved.
3262569Simp *
4262569Simp * This software is licensed under the terms of the GNU General Public
5262569Simp * License version 2, as published by the Free Software Foundation, and
6262569Simp * may be copied, distributed, and modified under those terms.
7262569Simp *
8262569Simp * This program is distributed in the hope that it will be useful,
9262569Simp * but WITHOUT ANY WARRANTY; without even the implied warranty of
10262569Simp * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11262569Simp * GNU General Public License for more details.
12262569Simp */
13262569Simp
14262569Simp#ifndef _DT_BINDINGS_RESET_MSM_MMCC_8974_H
15262569Simp#define _DT_BINDINGS_RESET_MSM_MMCC_8974_H
16262569Simp
17262569Simp#define SPDM_RESET			0
18262569Simp#define SPDM_RM_RESET			1
19262569Simp#define VENUS0_RESET			2
20262569Simp#define MDSS_RESET			3
21262569Simp#define CAMSS_PHY0_RESET		4
22262569Simp#define CAMSS_PHY1_RESET		5
23262569Simp#define CAMSS_PHY2_RESET		6
24262569Simp#define CAMSS_CSI0_RESET		7
25262569Simp#define CAMSS_CSI0PHY_RESET		8
26262569Simp#define CAMSS_CSI0RDI_RESET		9
27262569Simp#define CAMSS_CSI0PIX_RESET		10
28262569Simp#define CAMSS_CSI1_RESET		11
29262569Simp#define CAMSS_CSI1PHY_RESET		12
30262569Simp#define CAMSS_CSI1RDI_RESET		13
31262569Simp#define CAMSS_CSI1PIX_RESET		14
32262569Simp#define CAMSS_CSI2_RESET		15
33262569Simp#define CAMSS_CSI2PHY_RESET		16
34262569Simp#define CAMSS_CSI2RDI_RESET		17
35262569Simp#define CAMSS_CSI2PIX_RESET		18
36262569Simp#define CAMSS_CSI3_RESET		19
37262569Simp#define CAMSS_CSI3PHY_RESET		20
38262569Simp#define CAMSS_CSI3RDI_RESET		21
39262569Simp#define CAMSS_CSI3PIX_RESET		22
40262569Simp#define CAMSS_ISPIF_RESET		23
41262569Simp#define CAMSS_CCI_RESET			24
42262569Simp#define CAMSS_MCLK0_RESET		25
43262569Simp#define CAMSS_MCLK1_RESET		26
44262569Simp#define CAMSS_MCLK2_RESET		27
45262569Simp#define CAMSS_MCLK3_RESET		28
46262569Simp#define CAMSS_GP0_RESET			29
47262569Simp#define CAMSS_GP1_RESET			30
48262569Simp#define CAMSS_TOP_RESET			31
49262569Simp#define CAMSS_MICRO_RESET		32
50262569Simp#define CAMSS_JPEG_RESET		33
51262569Simp#define CAMSS_VFE_RESET			34
52262569Simp#define CAMSS_CSI_VFE0_RESET		35
53262569Simp#define CAMSS_CSI_VFE1_RESET		36
54262569Simp#define OXILI_RESET			37
55262569Simp#define OXILICX_RESET			38
56262569Simp#define OCMEMCX_RESET			39
57262569Simp#define MMSS_RBCRP_RESET		40
58262569Simp#define MMSSNOCAHB_RESET		41
59262569Simp#define MMSSNOCAXI_RESET		42
60262569Simp#define OCMEMNOC_RESET			43
61262569Simp
62262569Simp#endif
63