From: ChanWoo Choi Date: Tue, 2 Feb 2010 02:33:20 +0000 (+0900) Subject: s5pc110: wlan_bt: Keep state of GPB(3) for BT_nRST gpio when resume/suspend X-Git-Tag: JB02_20100203~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2a28d1181b0b59439e9f19a108ff1a2de915c88;p=kernel%2Fu-boot.git s5pc110: wlan_bt: Keep state of GPB(3) for BT_nRST gpio when resume/suspend --- diff --git a/board/samsung/universal/gpio_setting.h b/board/samsung/universal/gpio_setting.h index 4d16498..7f98c74 100644 --- a/board/samsung/universal/gpio_setting.h +++ b/board/samsung/universal/gpio_setting.h @@ -75,7 +75,7 @@ static struct gpio_powermode aquila_powerdown_modes[] = { INPUT(0) | OUTPUT0(1) | INPUT(2) | INPUT(3), PULL_DIS(0) | PULL_DIS(1) | PULL_DIS(2) | PULL_DIS(3), }, { /* S5PC110_GPIO_B_OFFSET */ - OUTPUT0(0) | OUTPUT0(1) | OUTPUT0(2) | OUTPUT0(3) | + OUTPUT0(0) | OUTPUT0(1) | OUTPUT0(2) | KEEP_STATE(3) | INPUT(4) | KEEP_STATE(5) | OUTPUT0(6) | OUTPUT0(7), PULL_DIS(0) | PULL_DIS(1) | PULL_DIS(2) | PULL_DIS(3) | PULL_DIS(4) | PULL_DIS(5) | PULL_DIS(6) | PULL_DIS(7),