[coreboot-gerrit] Change in coreboot[master]: [WIP]mb/google/poppy: Reset WLAN

Naresh Solanki (Code Review) gerrit at coreboot.org
Wed Aug 2 07:40:50 CEST 2017


Naresh Solanki has uploaded this change for review. ( https://review.coreboot.org/20854


Change subject: [WIP]mb/google/poppy: Reset WLAN
......................................................................

[WIP]mb/google/poppy: Reset WLAN

Properly reset WLAN when entering S3/S5.

Change-Id: I69bdf6c5d5b304f2cb913bf6f542e7a8278c93b8
Signed-off-by: Naresh G Solanki <naresh.solanki at intel.com>
---
M src/mainboard/google/poppy/smihandler.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/20854/1

diff --git a/src/mainboard/google/poppy/smihandler.c b/src/mainboard/google/poppy/smihandler.c
index 1a86d0f..68d071e 100644
--- a/src/mainboard/google/poppy/smihandler.c
+++ b/src/mainboard/google/poppy/smihandler.c
@@ -31,6 +31,7 @@
 {
 	/* Power down camera PMIC */
 	gpio_set(EN_PP3300_DX_CAM, 0);
+	gpio_set(GPP_B8, 1);
 }
 
 void mainboard_smi_sleep(u8 slp_typ)

-- 
To view, visit https://review.coreboot.org/20854
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I69bdf6c5d5b304f2cb913bf6f542e7a8278c93b8
Gerrit-Change-Number: 20854
Gerrit-PatchSet: 1
Gerrit-Owner: Naresh Solanki <naresh.solanki at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170802/3d5f2ee3/attachment.html>


More information about the coreboot-gerrit mailing list