2 * max77686.h - Driver for the Maxim 77686/802
4 * Copyright (C) 2012 Samsung Electrnoics
5 * Chiwoong Byun <woong.byun@samsung.com>
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * This driver is based on max8997.h
23 * MAX77686 has PMIC, RTC devices.
24 * The devices share the same I2C bus and included in
28 #ifndef __LINUX_MFD_MAX77686_H
29 #define __LINUX_MFD_MAX77686_H
31 #include <linux/regulator/consumer.h>
33 /* MAX77686 regulator IDs */
34 enum max77686_regulators {
74 /* MAX77802 regulator IDs */
75 enum max77802_regulators {
122 enum max77686_opmode {
123 MAX77686_OPMODE_NORMAL,
125 MAX77686_OPMODE_STANDBY,
128 #endif /* __LINUX_MFD_MAX77686_H */