16 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2 3#ifndef _DT_BINDINGS_REGULATOR_MEDIATEK_MT6397_H_4#define _DT_BINDINGS_REGULATOR_MEDIATEK_MT6397_H_5 6/*7 * Buck mode constants which may be used in devicetree properties (eg.8 * regulator-initial-mode, regulator-allowed-modes).9 * See the manufacturer's datasheet for more information on these modes.10 */11 12#define MT6397_BUCK_MODE_AUTO 013#define MT6397_BUCK_MODE_FORCE_PWM 114 15#endif16