mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
mfd: MAX8998/LP3974 hibernation support
This patch makes the driver to save and restore register values for hibernation. Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
6680d940b8
commit
cdd137c9c8
4 changed files with 118 additions and 0 deletions
|
@ -88,6 +88,7 @@ struct max8998_platform_data {
|
|||
int buck1_set1;
|
||||
int buck1_set2;
|
||||
int buck2_set3;
|
||||
bool wakeup;
|
||||
};
|
||||
|
||||
#endif /* __LINUX_MFD_MAX8998_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue