summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/max77663-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/max77663-core.h b/include/linux/mfd/max77663-core.h
index acfe22aac535..896b6565f84c 100644
--- a/include/linux/mfd/max77663-core.h
+++ b/include/linux/mfd/max77663-core.h
@@ -140,6 +140,9 @@ struct max77663_platform_data {
unsigned char rtc_i2c_addr;
bool use_power_off;
+ int has_stat_led;
+ int stat_led_gpio;
+ int stat_led_active_low;
};
#if defined(CONFIG_MFD_MAX77663)