xref: /OK3568_Linux_fs/kernel/include/dt-bindings/mfd/palmas.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * This header provides macros for Palmas device bindings.
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * Copyright (c) 2013, NVIDIA Corporation.
6*4882a593Smuzhiyun  *
7*4882a593Smuzhiyun  * Author: Laxman Dewangan <ldewangan@nvidia.com>
8*4882a593Smuzhiyun  *
9*4882a593Smuzhiyun  */
10*4882a593Smuzhiyun 
11*4882a593Smuzhiyun #ifndef __DT_BINDINGS_PALMAS_H
12*4882a593Smuzhiyun #define __DT_BINDINGS_PALMAS_H
13*4882a593Smuzhiyun 
14*4882a593Smuzhiyun /* External control pins */
15*4882a593Smuzhiyun #define PALMAS_EXT_CONTROL_PIN_ENABLE1	1
16*4882a593Smuzhiyun #define PALMAS_EXT_CONTROL_PIN_ENABLE2	2
17*4882a593Smuzhiyun #define PALMAS_EXT_CONTROL_PIN_NSLEEP	3
18*4882a593Smuzhiyun 
19*4882a593Smuzhiyun #endif /* __DT_BINDINGS_PALMAS_H */
20