1270866Simp/*
2270866Simp * This header provides macros for Palmas device bindings.
3270866Simp *
4270866Simp * Copyright (c) 2013, NVIDIA Corporation.
5270866Simp *
6270866Simp * Author: Laxman Dewangan <ldewangan@nvidia.com>
7270866Simp *
8270866Simp */
9270866Simp
10295436Sandrew#ifndef __DT_BINDINGS_PALMAS_H
11270866Simp#define __DT_BINDINGS_PALMAS_H
12270866Simp
13270866Simp/* External control pins */
14270866Simp#define PALMAS_EXT_CONTROL_PIN_ENABLE1	1
15270866Simp#define PALMAS_EXT_CONTROL_PIN_ENABLE2	2
16270866Simp#define PALMAS_EXT_CONTROL_PIN_NSLEEP	3
17270866Simp
18270866Simp#endif /* __DT_BINDINGS_PALMAS_H */
19