aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings/msm/power-on.h
blob: 49f37674bd5a4a74bfbbbdefc5b8226594c770b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Copyright (c) 2015, 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 __MSM_POWER_ON_H__
#define __MSM_POWER_ON_H__

#define PON_POWER_OFF_RESERVED		0x00
#define PON_POWER_OFF_WARM_RESET	0x01
#define PON_POWER_OFF_SHUTDOWN		0x04
#define PON_POWER_OFF_HARD_RESET	0x07
#define PON_POWER_OFF_MAX_TYPE		0x10

#endif