17 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2 3#ifndef __DT_BINDINGS_MEDIATEK_MT6360_REGULATOR_H__4#define __DT_BINDINGS_MEDIATEK_MT6360_REGULATOR_H__5 6/*7 * BUCK/LDO mode constants which may be used in devicetree properties8 * (eg. regulator-allowed-modes).9 * See the manufacturer's datasheet for more information on these modes.10 */11 12#define MT6360_OPMODE_LP 213#define MT6360_OPMODE_ULP 314#define MT6360_OPMODE_NORMAL 015 16#endif17