diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-10-21 20:53:17 -0500 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-11-01 15:37:20 +0000 |
commit | 8bd7d6c806d2a7122b524279302688db2f93ea98 (patch) | |
tree | 9f9afc4432e745abeb8ccb7780598317b12aa35b | |
parent | a7a6522c241c09304ce5059753da3fe4d5ba1371 (diff) |
mb/google/hatch: Change WiFi device type from PCI to generic
Change the WiFi device type to generic, so that the LPI constraint
generator does not create a reference for a device which does not
exist in ACPI (SB.PCI0.RP14.MCHC). The invalid reference causes
a Windows BSOD.
TEST=build/boot Win11 on google/hatch (akemi)
Change-Id: Ieab0722a81f0952bb5b6df8e60c4d684ff455418
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78543
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/google/hatch/variants/baseboard/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/hatch/variants/baseboard/devicetree.cb b/src/mainboard/google/hatch/variants/baseboard/devicetree.cb index 22bb8b7668..c4679e3e4b 100644 --- a/src/mainboard/google/hatch/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/hatch/variants/baseboard/devicetree.cb @@ -291,7 +291,7 @@ chip soc/intel/cannonlake device ref pcie_rp14 on chip drivers/wifi/generic register "wake" = "GPE0_DW1_01" - device pci 00.0 on end + device generic 0 on end end register "PcieRpSlotImplemented[13]" = "1" end # (x1 WiFi) |