diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-11-19 16:22:21 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-11-21 13:39:14 +0000 |
commit | 5b4bbe556a7c3df5b519a231cdc204073792957d (patch) | |
tree | 822d340223029e70674019fcfb2384d646b85ea6 /src/mainboard/google/brya/variants/agah | |
parent | f03b8fc370aa63da3e83e43103ad27f6af7e1b3e (diff) |
mb/google/byra/var/*: Set LAN device type back to pci
This partially reverts commit f493857c9bc1 ("mb/google/brya/var/*: Set
dGPU/LAN/WLAN device type to generic"). Setting the LAN device type to
generic broke programming the LAN MAC address, so set it back to pci.
TEST=build/boot google/brya (osiris), verify LAN MAC address programmed
correctly.
Change-Id: I4fb43b7212e67b5c38724baad572860bc45b558e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79150
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/agah')
-rw-r--r-- | src/mainboard/google/brya/variants/agah/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/agah/overridetree.cb b/src/mainboard/google/brya/variants/agah/overridetree.cb index 7bea703af7..159c32d595 100644 --- a/src/mainboard/google/brya/variants/agah/overridetree.cb +++ b/src/mainboard/google/brya/variants/agah/overridetree.cb @@ -232,7 +232,7 @@ chip soc/intel/alderlake register "wake" = "GPE0_DW0_07" register "device_index" = "0" register "add_acpi_dma_property" = "true" - device generic 0 on end + device pci 00.0 on end end end #RTL8111H Ethernet NIC device ref pcie_rp4 off end |