]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/dt-bindings/leds/leds-lp55xx.h
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / include / dt-bindings / leds / leds-lp55xx.h
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 #ifndef _DT_BINDINGS_LEDS_LP55XX_H
3 #define _DT_BINDINGS_LEDS_LP55XX_H
4
5 #define LP55XX_CP_OFF 0
6 #define LP55XX_CP_BYPASS 1
7 #define LP55XX_CP_BOOST 2
8 #define LP55XX_CP_AUTO 3
9
10 #endif /* _DT_BINDINGS_LEDS_LP55XX_H */