[coreboot-gerrit] Change in coreboot[master]: mb/google/soraka: configure GPP_B8 to control WLAN_PE_RST

Rizwan Qureshi (Code Review) gerrit at coreboot.org
Fri Jul 28 06:52:56 CEST 2017


Rizwan Qureshi has uploaded this change for review. ( https://review.coreboot.org/20804


Change subject: mb/google/soraka: configure GPP_B8 to control WLAN_PE_RST
......................................................................

mb/google/soraka: configure GPP_B8 to control WLAN_PE_RST

WLAN_PE_RST control was moved from EC to SoC, it connected to GPP_B8.
Configure GPP_B8 to drive low.

Change-Id: I6a6ea0ddefe8402284fe37665864c7a1961cbc15
Signed-off-by: Rizwan Qureshi <rizwan.qureshi at intel.com>
---
M src/mainboard/google/poppy/variants/soraka/gpio.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/20804/1

diff --git a/src/mainboard/google/poppy/variants/soraka/gpio.c b/src/mainboard/google/poppy/variants/soraka/gpio.c
index c576155..f0fb34a 100644
--- a/src/mainboard/google/poppy/variants/soraka/gpio.c
+++ b/src/mainboard/google/poppy/variants/soraka/gpio.c
@@ -78,8 +78,8 @@
 	PAD_CFG_NF(GPP_B6, NONE, DEEP, NF1),
 	/* B7  : SRCCLKREQ2# ==> NC */
 	PAD_CFG_NC(GPP_B7),
-	/* B8  : SRCCLKREQ3# ==> NC */
-	PAD_CFG_NC(GPP_B8),
+	/* B8  : SRCCLKREQ3# ==> WLAN_PE_RST */
+	PAD_CFG_GPO(GPP_B8, 0, DEEP),
 	/* B9  : SRCCLKREQ4# ==> NC */
 	PAD_CFG_NC(GPP_B9),
 	/* B10 : SRCCLKREQ5# ==> NC */

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6a6ea0ddefe8402284fe37665864c7a1961cbc15
Gerrit-Change-Number: 20804
Gerrit-PatchSet: 1
Gerrit-Owner: Rizwan Qureshi <rizwan.qureshi at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170728/f59452b5/attachment.html>


More information about the coreboot-gerrit mailing list