diff options
author | David Ruth <druth@chromium.org> | 2024-01-05 19:44:45 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-01-10 16:41:45 +0000 |
commit | 4b957b966543168d70fc3c07511595d33af76059 (patch) | |
tree | e85558acafcc62095ad93f5708ee7960818641da /src/mainboard/google/brya/variants/xivu | |
parent | 1b558ebbf538ac18b55df7c1dc26685c534bd220 (diff) |
mb/google/byra/var/*: Set WLAN device type back to pci
This partially reverts commit f493857c9bc1 ("mb/google/brya/var/*: Set
dGPU/LAN/WLAN device type to generic"). Setting the WLAN device type to
generic broke ACPI SSDT table definition, so set it back to pci.
BUG=b:318576073
TEST=build/boot google/nissa (pujjo), verify WLAN ACPI SSDT tables
contain the appropriate device entry.
Change-Id: If5dad9deb040c8cb0c507e11726f0ba44ccb2909
Signed-off-by: David Ruth <druth@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79794
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/google/brya/variants/xivu')
-rw-r--r-- | src/mainboard/google/brya/variants/xivu/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/xivu/overridetree.cb b/src/mainboard/google/brya/variants/xivu/overridetree.cb index 2e781a255d..be4d8dffe8 100644 --- a/src/mainboard/google/brya/variants/xivu/overridetree.cb +++ b/src/mainboard/google/brya/variants/xivu/overridetree.cb @@ -376,7 +376,7 @@ chip soc/intel/alderlake chip drivers/wifi/generic register "wake" = "GPE0_DW1_03" register "add_acpi_dma_property" = "true" - device generic 0 on end + device pci 00.0 on end end end |