From b7dad2b5a4f26da780ec69e4d2a433eb49695aa2 Mon Sep 17 00:00:00 2001 From: Subbaraman Narayanamurthy Date: Tue, 14 Mar 2017 19:25:00 -0700 Subject: dt-bindings: Add DVDD_HARD_RESET and DVDD_SHUTDOWN types to power-on.h Add DVDD_HARD_RESET and DVDD_SHUTDOWN types to power-on.h so that they can be used in PMIC PON configuration. CRs-Fixed: 2017642 Change-Id: I34ec58230fe38a193c50f7bf4d3ab0b2d96f82f1 Signed-off-by: Subbaraman Narayanamurthy --- include/dt-bindings/msm/power-on.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/dt-bindings/msm/power-on.h b/include/dt-bindings/msm/power-on.h index 49f37674bd5a..f43841eea7b7 100644 --- a/include/dt-bindings/msm/power-on.h +++ b/include/dt-bindings/msm/power-on.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2015, The Linux Foundation. All rights reserved. +/* 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 @@ -16,7 +16,9 @@ #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 -- cgit v1.2.3