1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * max77686.h - Driver for the Maxim 77686/802
5 * Copyright (C) 2012 Samsung Electrnoics
8 * This driver is based on max8997.h
10 * MAX77686 has PMIC, RTC devices.
11 * The devices share the same I2C bus and included in
15 #ifndef __LINUX_MFD_MAX77686_H
16 #define __LINUX_MFD_MAX77686_H
18 #include <linux/regulator/consumer.h>
20 /* MAX77686 regulator IDs */
21 enum max77686_regulators {
61 /* MAX77802 regulator IDs */
62 enum max77802_regulators {
109 enum max77686_opmode {
110 MAX77686_OPMODE_NORMAL,
112 MAX77686_OPMODE_STANDBY,
115 #endif /* __LINUX_MFD_MAX77686_H */