From ab770083952dbe39987650a9570967b1436ce785 Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Fri, 1 Feb 2019 20:21:26 -0800 Subject: mb/google/poppy/variants/atlas: move WiFi wake to GPP_B7 The latest rev. of the atlas board moves the WiFi wake source from WAKE# to GPP_B7. The original GPP_A0 in the device tree is just wrong. This also reconfigures DW1 to the GPP_B group so we can use GPP_B7 as a wake source. GPP_B7 is still configured as a no-connect in gpio.c, so this doesn't actually enable WiFi wake. We'll follow up with another patch to set up GPP_B7 properly on boards that support it. BUG=b:122327852 BRANCH=none TEST=atlas still boots Change-Id: I1816500dd0ab6186fd51aa6945faf73d00c152fe Signed-off-by: Caveh Jalali Reviewed-on: https://review.coreboot.org/c/31211 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/mainboard/google/poppy/variants/atlas/devicetree.cb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google/poppy') diff --git a/src/mainboard/google/poppy/variants/atlas/devicetree.cb b/src/mainboard/google/poppy/variants/atlas/devicetree.cb index adf51b7877..5b49884801 100644 --- a/src/mainboard/google/poppy/variants/atlas/devicetree.cb +++ b/src/mainboard/google/poppy/variants/atlas/devicetree.cb @@ -12,7 +12,7 @@ chip soc/intel/skylake # route. i.e. If this route changes then the affected GPE # offset bits also need to be changed. register "gpe0_dw0" = "GPP_A" - register "gpe0_dw1" = "GPP_D" + register "gpe0_dw1" = "GPP_B" register "gpe0_dw2" = "GPP_E" # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f @@ -345,7 +345,7 @@ chip soc/intel/skylake end # I2C #4 - Audio device pci 1c.0 on chip drivers/intel/wifi - register "wake" = "GPE0_DW0_00" + register "wake" = "GPE0_DW1_07" # GPP_B7 device pci 00.0 on end end end # PCI Express Port 1 -- cgit v1.2.3