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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.