diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/poppy/variants/atlas/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |