3 * Copyright (c) 2011 Samsung Electronics Co., Ltd
4 * http://www.samsung.com
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
13 #ifndef __LINUX_MFD_S5M8763_H
14 #define __LINUX_MFD_S5M8763_H
16 /* S5M8763 registers */
32 S5M8763_REG_LDO_ACTIVE_DISCHARGE1
,
33 S5M8763_REG_LDO_ACTIVE_DISCHARGE2
,
34 S5M8763_REG_BUCK_ACTIVE_DISCHARGE3
,
39 S5M8763_REG_BUCK1_VOLTAGE1
,
40 S5M8763_REG_BUCK1_VOLTAGE2
,
41 S5M8763_REG_BUCK1_VOLTAGE3
,
42 S5M8763_REG_BUCK1_VOLTAGE4
,
43 S5M8763_REG_BUCK2_VOLTAGE1
,
44 S5M8763_REG_BUCK2_VOLTAGE2
,
47 S5M8763_REG_LDO1_LDO2
,
53 S5M8763_REG_LDO7_LDO8
,
54 S5M8763_REG_LDO9_LDO10
,
66 /* S5M8763 regulator ids */
67 enum s5m8763_regulators
{
95 #define S5M8763_ENRAMP (1 << 4)
96 #endif /* __LINUX_MFD_S5M8763_H */