diff options
author | Johnny Qiu <joqiu@nvidia.com> | 2012-03-01 16:13:49 +0800 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-03-01 17:15:39 -0800 |
commit | 002e0c315182ee79b2fdd56e730b28d53d69cab8 (patch) | |
tree | 6955b7261b99c1925cd1858f3b13238c583e7096 /arch/arm/mach-tegra/board-kai-power.c | |
parent | 340d5472eef1cb35f6dd37b86d613f6046db22b8 (diff) |
Revert "arm: tegra: kai: turn off status LED in LP0"
This reverts commit 39af9f4c2c3cf0d9b8026986db5d73b9ad3ffe11.
Stat LED control through PMU GPIO should be implemented in another
way. No need to touch PMU driver.
Change-Id: I7b577364275a3da3f6fee0b683a4a1323123ae63
Signed-off-by: Johnny Qiu <joqiu@nvidia.com>
Reviewed-on: http://git-master/r/86827
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-kai-power.c')
-rw-r--r-- | arch/arm/mach-tegra/board-kai-power.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-kai-power.c b/arch/arm/mach-tegra/board-kai-power.c index fa116e0e06ee..30e8dcbb891e 100644 --- a/arch/arm/mach-tegra/board-kai-power.c +++ b/arch/arm/mach-tegra/board-kai-power.c @@ -317,9 +317,6 @@ 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[] = { |