Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * This header provides macros for Palmas device bindings.
0004  *
0005  * Copyright (c) 2013, NVIDIA Corporation.
0006  *
0007  * Author: Laxman Dewangan <ldewangan@nvidia.com>
0008  *
0009  */
0010 
0011 #ifndef __DT_BINDINGS_PALMAS_H
0012 #define __DT_BINDINGS_PALMAS_H
0013 
0014 /* External control pins */
0015 #define PALMAS_EXT_CONTROL_PIN_ENABLE1  1
0016 #define PALMAS_EXT_CONTROL_PIN_ENABLE2  2
0017 #define PALMAS_EXT_CONTROL_PIN_NSLEEP   3
0018 
0019 #endif /* __DT_BINDINGS_PALMAS_H */