[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variant/nocturne: correct wifi wake register

Nick Vaccaro (Code Review) gerrit at coreboot.org
Fri Oct 5 20:48:34 CEST 2018


Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/28938


Change subject: mb/google/poppy/variant/nocturne: correct wifi wake register
......................................................................

mb/google/poppy/variant/nocturne: correct wifi wake register

Wifi wake register is incorrectly set in devicetree.
Set wifi wake to its correct wake source, GPE0_DW2_01.

BUG=b:117330593
TEST='emerge-nocturne coreboot chromeos-bootimage', flash nocture,
connect wifi to a hotspot, suspend device, echo freeze >
/sys/power/state, and then shutdown the hotspot and verify device
wakes.

Change-Id: Iafa865ca79d33541d7f47b69d2fb209e7f9c98af
Signed-off-by: Nick Vaccaro <nvaccaro at google.com>
---
M src/mainboard/google/poppy/variants/nocturne/devicetree.cb
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/28938/1

diff --git a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
index 9c67795..8313770 100644
--- a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
+++ b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
@@ -393,7 +393,7 @@
 		end # I2C #4 - Audio
 		device pci 1c.0 on
 			chip drivers/intel/wifi
-				register "wake" = "GPE0_PCI_EXP"
+				register "wake" = "GPE0_DW2_01"
 				device pci 00.0 on end
 			end
 		end # PCI Express Port 1

-- 
To view, visit https://review.coreboot.org/28938
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iafa865ca79d33541d7f47b69d2fb209e7f9c98af
Gerrit-Change-Number: 28938
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181005/f8d528e3/attachment-0001.html>


More information about the coreboot-gerrit mailing list