aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/max8998.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/max8998.h')
-rw-r--r--include/linux/mfd/max8998.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/max8998.h b/include/linux/mfd/max8998.h
index 686a744e63fb..c22b9a417c35 100644
--- a/include/linux/mfd/max8998.h
+++ b/include/linux/mfd/max8998.h
@@ -76,6 +76,9 @@ struct max8998_regulator_data {
76 * @buck1_set1: BUCK1 gpio pin 1 to set output voltage 76 * @buck1_set1: BUCK1 gpio pin 1 to set output voltage
77 * @buck1_set2: BUCK1 gpio pin 2 to set output voltage 77 * @buck1_set2: BUCK1 gpio pin 2 to set output voltage
78 * @buck2_set3: BUCK2 gpio pin to set output voltage 78 * @buck2_set3: BUCK2 gpio pin to set output voltage
79 * @wakeup: Allow to wake up from suspend
80 * @rtc_delay: LP3974 RTC chip bug that requires delay after a register
81 * write before reading it.
79 */ 82 */
80struct max8998_platform_data { 83struct max8998_platform_data {
81 struct max8998_regulator_data *regulators; 84 struct max8998_regulator_data *regulators;
@@ -89,6 +92,7 @@ struct max8998_platform_data {
89 int buck1_set2; 92 int buck1_set2;
90 int buck2_set3; 93 int buck2_set3;
91 bool wakeup; 94 bool wakeup;
95 bool rtc_delay;
92}; 96};
93 97
94#endif /* __LINUX_MFD_MAX8998_H */ 98#endif /* __LINUX_MFD_MAX8998_H */