3 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
11 #ifndef __LINUX_MFD_S5M_PMIC_H
12 #define __LINUX_MFD_S5M_PMIC_H
14 #include <linux/regulator/machine.h>
16 /* S5M8767 regulator ids */
17 enum s5m8767_regulators
{
61 /* S5M8763 regulator ids */
62 enum s5m8763_regulators
{
91 * s5m87xx_regulator_data - regulator data
93 * @initdata: regulator init data (contraints, supplies, ...)
95 struct s5m_regulator_data
{
97 struct regulator_init_data
*initdata
;
100 #endif /* __LINUX_MFD_S5M_PMIC_H */