Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43323d28 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

dt-bindings: Add power-on.h for PMIC PON definitions



This snapshot is taken as of msm-4.4 commit 4594178f22e3
("Merge "leds: qpnp-flash-v2: Fix pinctrl configuration"").

Change-Id: I456d115a42b35cce91fcef18e6e69124e3f195e2
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 417dbabb
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
/* Copyright (c) 2015, 2017, 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_DVDD_SHUTDOWN	0x05
#define PON_POWER_OFF_HARD_RESET	0x07
#define PON_POWER_OFF_DVDD_HARD_RESET	0x08
#define PON_POWER_OFF_MAX_TYPE		0x10

#endif