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 */ 28
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.