1270866Simp/*
2270866Simp * Copyright (c) 2014, The Linux Foundation. All rights reserved.
3270866Simp *
4270866Simp * This software is licensed under the terms of the GNU General Public
5270866Simp * License version 2, as published by the Free Software Foundation, and
6270866Simp * may be copied, distributed, and modified under those terms.
7270866Simp *
8270866Simp * This program is distributed in the hope that it will be useful,
9270866Simp * but WITHOUT ANY WARRANTY; without even the implied warranty of
10270866Simp * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11270866Simp * GNU General Public License for more details.
12270866Simp */
13270866Simp
14270866Simp#ifndef _DT_BINDINGS_RESET_APQ_MMCC_8084_H
15270866Simp#define _DT_BINDINGS_RESET_APQ_MMCC_8084_H
16270866Simp
17270866Simp#define MMSS_SPDM_RESET			0
18270866Simp#define MMSS_SPDM_RM_RESET		1
19270866Simp#define VENUS0_RESET			2
20270866Simp#define VPU_RESET			3
21270866Simp#define MDSS_RESET			4
22270866Simp#define AVSYNC_RESET			5
23270866Simp#define CAMSS_PHY0_RESET		6
24270866Simp#define CAMSS_PHY1_RESET		7
25270866Simp#define CAMSS_PHY2_RESET		8
26270866Simp#define CAMSS_CSI0_RESET		9
27270866Simp#define CAMSS_CSI0PHY_RESET		10
28270866Simp#define CAMSS_CSI0RDI_RESET		11
29270866Simp#define CAMSS_CSI0PIX_RESET		12
30270866Simp#define CAMSS_CSI1_RESET		13
31270866Simp#define CAMSS_CSI1PHY_RESET		14
32270866Simp#define CAMSS_CSI1RDI_RESET		15
33270866Simp#define CAMSS_CSI1PIX_RESET		16
34270866Simp#define CAMSS_CSI2_RESET		17
35270866Simp#define CAMSS_CSI2PHY_RESET		18
36270866Simp#define CAMSS_CSI2RDI_RESET		19
37270866Simp#define CAMSS_CSI2PIX_RESET		20
38270866Simp#define CAMSS_CSI3_RESET		21
39270866Simp#define CAMSS_CSI3PHY_RESET		22
40270866Simp#define CAMSS_CSI3RDI_RESET		23
41270866Simp#define CAMSS_CSI3PIX_RESET		24
42270866Simp#define CAMSS_ISPIF_RESET		25
43270866Simp#define CAMSS_CCI_RESET			26
44270866Simp#define CAMSS_MCLK0_RESET		27
45270866Simp#define CAMSS_MCLK1_RESET		28
46270866Simp#define CAMSS_MCLK2_RESET		29
47270866Simp#define CAMSS_MCLK3_RESET		30
48270866Simp#define CAMSS_GP0_RESET			31
49270866Simp#define CAMSS_GP1_RESET			32
50270866Simp#define CAMSS_TOP_RESET			33
51270866Simp#define CAMSS_AHB_RESET			34
52270866Simp#define CAMSS_MICRO_RESET		35
53270866Simp#define CAMSS_JPEG_RESET		36
54270866Simp#define CAMSS_VFE_RESET			37
55270866Simp#define CAMSS_CSI_VFE0_RESET		38
56270866Simp#define CAMSS_CSI_VFE1_RESET		39
57270866Simp#define OXILI_RESET			40
58270866Simp#define OXILICX_RESET			41
59270866Simp#define OCMEMCX_RESET			42
60270866Simp#define MMSS_RBCRP_RESET		43
61270866Simp#define MMSSNOCAHB_RESET		44
62270866Simp#define MMSSNOCAXI_RESET		45
63270866Simp
64270866Simp#endif
65