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 <subbaram@codeaurora.org>
This commit is contained in:
Subbaraman Narayanamurthy 2017-03-14 19:25:00 -07:00
parent c78ba94d64
commit b7dad2b5a4

View 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