1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 3 * Copyright (c) 2021 MediaTek Inc. 4 */ 5 6 #ifndef __LINUX_REGULATOR_MT6315_H 7 #define __LINUX_REGULATOR_MT6315_H 8 9 #define MT6315_RP 3 10 #define MT6315_PP 6 11 #define MT6315_SP 7 12 13 enum { 14 MT6315_VBUCK1 = 0, 15 MT6315_VBUCK2, 16 MT6315_VBUCK3, 17 MT6315_VBUCK4, 18 MT6315_VBUCK_MAX, 19 }; 20 21 /* Register */ 22 #define MT6315_TOP2_ELR7 23 #define MT6315_TOP_TMA_KEY 24 #define MT6315_TOP_TMA_KEY_H 25 #define MT6315_BUCK_TOP_CON0 26 #define MT6315_BUCK_TOP_CON1 27 #define MT6315_BUCK_TOP_ELR0 28 #define MT6315_BUCK_TOP_ELR2 29 #define MT6315_BUCK_TOP_ELR4 30 #define MT6315_BUCK_TOP_ELR6 31 #define MT6315_VBUCK1_DBG0 32 #define MT6315_VBUCK1_DBG4 33 #define MT6315_VBUCK2_DBG0 34 #define MT6315_VBUCK2_DBG4 35 #define MT6315_VBUCK3_DBG0 36 #define MT6315_VBUCK3_DBG4 37 #define MT6315_VBUCK4_DBG0 38 #define MT6315_VBUCK4_DBG4 39 #define MT6315_BUCK_TOP_4PHASE_ANA_CON42 40 41 #define PROTECTION_KEY_H 42 #define PROTECTION_KEY 43 44 #endif /* __LINUX_REGULATOR_MT6315_H */ 45
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.