summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/variants/agah/overridetree.cb
diff options
context:
space:
mode:
authorTony Huang <tony-huang@quanta.corp-partner.google.com>2022-06-14 11:09:30 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-06-17 14:32:14 +0000
commitcc89a76a1098fe28b7d3ae63c9fe15ff5b352957 (patch)
tree7fe1bd29aef38e983af3ea808a209c2b887eb487 /src/mainboard/google/brya/variants/agah/overridetree.cb
parentc8c75fabb30513cfe3100afbe43c5ee56a006edb (diff)
downloadcoreboot-cc89a76a1098fe28b7d3ae63c9fe15ff5b352957.tar.gz
coreboot-cc89a76a1098fe28b7d3ae63c9fe15ff5b352957.tar.bz2
coreboot-cc89a76a1098fe28b7d3ae63c9fe15ff5b352957.zip
mb/google/brya/var/agah: Remove stop pin declaration for LAN
Currently, the system fails to enter S0ix as the stop pin declation for LAN device will prevent system from entering suspend. So remove the stop pin declaration. Also add device_index=0 for the first NIC to get correct MAC from VPD setting. BUG=b:210970640 TEST=Build and suspend_stress_test -c 20 pass Check LAN works fine after resume Change-Id: I513bf8b4bcb4d6db2eed2790fef7f6000a441274 Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65123 Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/agah/overridetree.cb')
-rw-r--r--src/mainboard/google/brya/variants/agah/overridetree.cb5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/google/brya/variants/agah/overridetree.cb b/src/mainboard/google/brya/variants/agah/overridetree.cb
index 9c0bff9dc4cb..f693d0479622 100644
--- a/src/mainboard/google/brya/variants/agah/overridetree.cb
+++ b/src/mainboard/google/brya/variants/agah/overridetree.cb
@@ -166,11 +166,8 @@ chip soc/intel/alderlake
}"
chip drivers/net
register "customized_leds" = "0x05af"
- register "stop_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_D2)"
- register "stop_delay_ms" = "12" # NIC needs time to quiesce
- register "stop_off_delay_ms" = "1"
- register "has_power_resource" = "1"
register "wake" = "GPE0_DW0_07"
+ register "device_index" = "0"
device pci 00.0 on end
end
end #RTL8111H Ethernet NIC