Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/leds/leds-lp55xx.h
26288 views
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
12