summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-kai-power.c
diff options
context:
space:
mode:
authorJohnny Qiu <joqiu@nvidia.com>2012-02-14 01:30:25 -0800
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-02-17 06:45:01 -0800
commit39af9f4c2c3cf0d9b8026986db5d73b9ad3ffe11 (patch)
tree556e95358a57e87ccc8318fe3632d589a359b521 /arch/arm/mach-tegra/board-kai-power.c
parent11c94f0d529a089f8cc37311258fd518be576383 (diff)
arm: tegra: kai: turn off status LED in LP0
Bug 920845 Bug 931371 Change-Id: If3faee713a456f3f7e2e30b400d2245b2f79bebd Signed-off-by: Johnny Qiu <joqiu@nvidia.com> Signed-off-by: Hao Tang <htang@nvidia.com> Signed-off-by: Kerwin Wan <kerwinw@nvidia.com> Reviewed-on: http://git-master/r/83725 Reviewed-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-kai-power.c')
-rw-r--r--arch/arm/mach-tegra/board-kai-power.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-kai-power.c b/arch/arm/mach-tegra/board-kai-power.c
index 4764cb0f1e15..78549c3906b8 100644
--- a/arch/arm/mach-tegra/board-kai-power.c
+++ b/arch/arm/mach-tegra/board-kai-power.c
@@ -317,6 +317,9 @@ static struct max77663_platform_data max7763_pdata = {
.rtc_i2c_addr = 0x68,
.use_power_off = true,
+ .has_stat_led = 1,
+ .stat_led_gpio = MAX77663_GPIO7,
+ .stat_led_active_low = 1,
};
static struct i2c_board_info __initdata max77663_regulators[] = {