OSDN Git Service

dt-bindings: Add DVDD_HARD_RESET and DVDD_SHUTDOWN types to power-on.h
authorSubbaraman Narayanamurthy <subbaram@codeaurora.org>
Wed, 15 Mar 2017 02:25:00 +0000 (19:25 -0700)
committerSubbaraman Narayanamurthy <subbaram@codeaurora.org>
Wed, 15 Mar 2017 02:28:40 +0000 (19:28 -0700)
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 <subbaram@codeaurora.org>
include/dt-bindings/msm/power-on.h

index 49f3767..f43841e 100644 (file)
@@ -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