Merge tag 'v6.1-rc1' into next
[linux-2.6-block.git] / include / linux / regulator / mt6332-regulator.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2022 Collabora Ltd.
4  * Author: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
5  */
6
7 #ifndef __LINUX_REGULATOR_MT6332_H
8 #define __LINUX_REGULATOR_MT6332_H
9
10 enum {
11         /* BUCK */
12         MT6332_ID_VDRAM = 0,
13         MT6332_ID_VDVFS2,
14         MT6332_ID_VPA,
15         MT6332_ID_VRF1,
16         MT6332_ID_VRF2,
17         MT6332_ID_VSBST,
18         /* LDO */
19         MT6332_ID_VAUXB32,
20         MT6332_ID_VBIF28,
21         MT6332_ID_VDIG18,
22         MT6332_ID_VSRAM_DVFS2,
23         MT6332_ID_VUSB33,
24         MT6332_ID_VREG_MAX
25 };
26
27 #endif /* __LINUX_REGULATOR_MT6332_H */