From 43b9194b9f6dc2053ccfe2d61162cd3089c5ef9c Mon Sep 17 00:00:00 2001 From: Chandler Zhang Date: Wed, 11 Jul 2012 13:57:43 +0800 Subject: arm: tegra: kai: fix time does not increase in lp0 time does not increase in LP0 because GPIO4 is configured as POR. Change to active_low and pull push to fix the issue. Bug 1014548 Change-Id: I13c65ac6a4f3ae9158c58922e1ad6982f24bb103 Signed-off-by: Chandler Zhang Reviewed-on: http://git-master/r/114866 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Shridhar Rasal Reviewed-by: Bharat Nihalani Tested-by: Jinyoung Park Reviewed-by: Jinyoung Park --- arch/arm/mach-tegra/board-kai-power.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/arm/mach-tegra/board-kai-power.c b/arch/arm/mach-tegra/board-kai-power.c index b8964b04a24a..6c66f1d2bbe9 100644 --- a/arch/arm/mach-tegra/board-kai-power.c +++ b/arch/arm/mach-tegra/board-kai-power.c @@ -278,8 +278,8 @@ static struct max77663_gpio_config max77663_gpio_cfgs[] = { { .gpio = MAX77663_GPIO4, .dir = GPIO_DIR_OUT, - .dout = GPIO_DOUT_LOW, - .out_drv = GPIO_OUT_DRV_OPEN_DRAIN, + .dout = GPIO_DOUT_HIGH, + .out_drv = GPIO_OUT_DRV_PUSH_PULL, .alternate = GPIO_ALT_ENABLE, }, { -- cgit v1.2.3