summaryrefslogtreecommitdiff
path: root/include/dt-bindings/msm/pm.h
blob: 50987a08d807249c7b1400958d25a9f734fe9621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef __DT_MSM_PM_H__
#define __DT_MSM_PM_H__

#define LPM_RESET_LVL_NONE	0
#define LPM_RESET_LVL_RET	1
#define LPM_RESET_LVL_GDHS	2
#define LPM_RESET_LVL_PC	3

#define LPM_AFF_LVL_CPU		0
#define LPM_AFF_LVL_L2		1
#define LPM_AFF_LVL_CCI		2

#endif