]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/dt-bindings/leds/leds-pca955x.h
Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / include / dt-bindings / leds / leds-pca955x.h
1 /*
2 * This header provides constants for pca955x LED bindings.
3 *
4 * This file is licensed under the terms of the GNU General Public
5 * License version 2. This program is licensed "as is" without any
6 * warranty of any kind, whether express or implied.
7 */
8
9 #ifndef _DT_BINDINGS_LEDS_PCA955X_H
10 #define _DT_BINDINGS_LEDS_PCA955X_H
11
12 #define PCA955X_TYPE_NONE 0
13 #define PCA955X_TYPE_LED 1
14 #define PCA955X_TYPE_GPIO 2
15
16 #endif /* _DT_BINDINGS_LEDS_PCA955X_H */