Revert "mb/google/octopus: Disable WLAN prior the entry of S5"
This reverts commit 38dbd68920
.
Reason for revert:
ODM helped to verify w/ BT runtime suspend disabled + revert this change
And issue is gone. so I revert this change
see the test result in
https://partnerissuetracker.corp.google.com/issues/136039607#comment32
Change-Id: I248e9613cc39247a2bb88270c234c7d36d0ff60f
Signed-off-by: Kane Chen <kane.chen@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34309
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
This commit is contained in:
parent
ab9a7c0c44
commit
3d0df83133
|
@ -361,8 +361,6 @@ static const struct pad_config sleep_gpio_table[] = {
|
||||||
static const struct pad_config sleep_s5_gpio_table[] = {
|
static const struct pad_config sleep_s5_gpio_table[] = {
|
||||||
/* BT_DISABLE_L */
|
/* BT_DISABLE_L */
|
||||||
PAD_CFG_GPO_IOSSTATE_IOSTERM(GPIO_109, 0, DEEP, NONE, Tx0RxDCRx1, SAME),
|
PAD_CFG_GPO_IOSSTATE_IOSTERM(GPIO_109, 0, DEEP, NONE, Tx0RxDCRx1, SAME),
|
||||||
/* WLAN_DISABLE_L */
|
|
||||||
PAD_CFG_GPO_IOSSTATE_IOSTERM(GPIO_116, 0, DEEP, NONE, Tx0RxDCRx1, SAME),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct pad_config *__weak
|
const struct pad_config *__weak
|
||||||
|
|
Loading…
Reference in New Issue