blob: 7958bec7de8c1f8a27d75ba4e85900f21603ae09 [file] [log] [blame]
Jacek Anaszewski5e23a352015-03-12 08:45:03 -07001/*
2 * This header provides macros for the common LEDs device tree bindings.
3 *
4 * Copyright (C) 2015, Samsung Electronics Co., Ltd.
5 *
6 * Author: Jacek Anaszewski <j.anaszewski@samsung.com>
7 */
8
Ashley Towns0b4663a2015-11-12 20:54:17 +11009#ifndef __DT_BINDINGS_LEDS_H
Jacek Anaszewski5e23a352015-03-12 08:45:03 -070010#define __DT_BINDINGS_LEDS_H
11
12/* External trigger type */
13#define LEDS_TRIG_TYPE_EDGE 0
14#define LEDS_TRIG_TYPE_LEVEL 1
15
16/* Boost modes */
17#define LEDS_BOOST_OFF 0
18#define LEDS_BOOST_ADAPTIVE 1
19#define LEDS_BOOST_FIXED 2
20
21#endif /* __DT_BINDINGS_LEDS_H */