diff options
author | Johnny Qiu <joqiu@nvidia.com> | 2012-03-01 18:01:34 +0800 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-03-01 17:32:03 -0800 |
commit | d7713e6859bcd8247da2561e2490fb3c06bea612 (patch) | |
tree | 358cd1cc3701093466b8017fa51aa3d87f4aa44f /arch/arm/mach-tegra/board-kai-power.c | |
parent | 95b1157d668169bddab2f20db3518b0e7c921a74 (diff) |
arm: tegra: kai: Turn off status LED during LP0
Use leds-gpio to control status LED during LP0.
Bug 920845
Bug 931371
Change-Id: I22f11629bcefe7ecb47181ad5c461f505654dde1
Signed-off-by: Johnny Qiu <joqiu@nvidia.com>
Reviewed-on: http://git-master/r/86879
Reviewed-by: Simone Willett <swillett@nvidia.com>
Tested-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-kai-power.c b/arch/arm/mach-tegra/board-kai-power.c index 30e8dcbb891e..00c13fc85448 100644 --- a/arch/arm/mach-tegra/board-kai-power.c +++ b/arch/arm/mach-tegra/board-kai-power.c @@ -299,7 +299,7 @@ static struct max77663_gpio_config max77663_gpio_cfgs[] = { .gpio = MAX77663_GPIO7, .dir = GPIO_DIR_OUT, .dout = GPIO_DOUT_LOW, - .out_drv = GPIO_OUT_DRV_PUSH_PULL, + .out_drv = GPIO_OUT_DRV_OPEN_DRAIN, .alternate = GPIO_ALT_DISABLE, }, }; |