]> Git Repo - J-linux.git/blob - include/linux/regulator/mt6332-regulator.h
Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"
[J-linux.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 <[email protected]>
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 */
This page took 0.031915 seconds and 4 git commands to generate.