xref: /linux/include/dt-bindings/regulator/fcs,fan53555-regulator.h (revision b3438e5ca785565a65ef231bc03cd5a05c3be5c7)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3  * Copyright (c) 2026 Arturia - All rights reserved.
4  *
5  * Device Tree binding constants for the FAN53555 PMIC regulator
6  */
7 
8 #ifndef _DT_BINDINGS_REGULATOR_FAN53555_H
9 #define _DT_BINDINGS_REGULATOR_FAN53555_H
10 
11 /*
12  * Constants to specify regulator modes in device tree for SYR82X regulators
13  * FAN53555_REGULATOR_MODE_FORCE_PWM:	Force fixed PWM mode
14  * FAN53555_REGULATOR_MODE_AUTO:	Allow auto-PFM mode during light load
15  */
16 
17 #define FAN53555_REGULATOR_MODE_FORCE_PWM	1
18 #define FAN53555_REGULATOR_MODE_AUTO		2
19 
20 #endif
21