Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux/fpc-iii.git] / include / dt-bindings / regulator / mediatek,mt6360-regulator.h
blob21c75de700c06ff448da273bbff2ccc2cefa331b
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __DT_BINDINGS_MEDIATEK_MT6360_REGULATOR_H__
4 #define __DT_BINDINGS_MEDIATEK_MT6360_REGULATOR_H__
6 /*
7 * BUCK/LDO mode constants which may be used in devicetree properties
8 * (eg. regulator-allowed-modes).
9 * See the manufacturer's datasheet for more information on these modes.
12 #define MT6360_OPMODE_LP 2
13 #define MT6360_OPMODE_ULP 3
14 #define MT6360_OPMODE_NORMAL 0
16 #endif