Home | History | Annotate | Line # | Download | only in mfd
      1      1.1  jmcneill /*	$NetBSD: palmas.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.2  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4      1.1  jmcneill /*
      5      1.1  jmcneill  * This header provides macros for Palmas device bindings.
      6      1.1  jmcneill  *
      7      1.1  jmcneill  * Copyright (c) 2013, NVIDIA Corporation.
      8      1.1  jmcneill  *
      9      1.1  jmcneill  * Author: Laxman Dewangan <ldewangan (at) nvidia.com>
     10      1.1  jmcneill  *
     11      1.1  jmcneill  */
     12      1.1  jmcneill 
     13      1.1  jmcneill #ifndef __DT_BINDINGS_PALMAS_H
     14      1.1  jmcneill #define __DT_BINDINGS_PALMAS_H
     15      1.1  jmcneill 
     16      1.1  jmcneill /* External control pins */
     17      1.1  jmcneill #define PALMAS_EXT_CONTROL_PIN_ENABLE1	1
     18      1.1  jmcneill #define PALMAS_EXT_CONTROL_PIN_ENABLE2	2
     19      1.1  jmcneill #define PALMAS_EXT_CONTROL_PIN_NSLEEP	3
     20      1.1  jmcneill 
     21      1.1  jmcneill #endif /* __DT_BINDINGS_PALMAS_H */
     22