diff options
author | Johnny Qiu <joqiu@nvidia.com> | 2012-02-16 12:04:37 -0800 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2012-02-17 06:44:43 -0800 |
commit | 11c94f0d529a089f8cc37311258fd518be576383 (patch) | |
tree | 871ce217c7683c67289f1032a810f0974f142b1d /include | |
parent | 03835470a673447cd3dafd2df9d7081e378b1aac (diff) |
mfd: max77663: add support for status LED control through PMU GPIO
Bug 920845
Bug 931371
Change-Id: I7c03c7f2f16aee1be636c2f8fd8ad18cf7539eae
Signed-off-by: Johnny Qiu <joqiu@nvidia.com>
Signed-off-by: Hao Tang <htang@nvidia.com>
Reviewed-on: http://git-master/r/83724
Reviewed-by: Kerwin Wan <kerwinw@nvidia.com>
Reviewed-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/max77663-core.h | 3 |
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) |