xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/leds/leds-lp55xx.h (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
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 */
11