diff options
author | Martin Roth <gaumless@gmail.com> | 2023-03-30 13:43:11 -0600 |
---|---|---|
committer | Karthik Ramasubramanian <kramasub@google.com> | 2023-03-31 21:08:37 +0000 |
commit | 45b9509476c920ffc0f83543a7175985b229f8b1 (patch) | |
tree | 4c596df51faeee051faf19aac4b1f51865e6516e /src/mainboard/google/skyrim | |
parent | 11f2f88a277124713f7b0023f078fcc2e1a98c32 (diff) |
mb/google/skyrim: Disable L1.2 for SD port
Having L1.2 enabled on the SD port increases the kernel resume times by
between 30 & 40ms. This patch disables L1.2 on SD to get that time
back.
As with needing to have hotplug enabled on the SD card, this seems like
a driver issue, so hopefully that will get sorted out and this patch
can be reverted.
BUG=b:274025743
TEST=resume times are decreased.
BRANCH=skyrim
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I2c409fa2cd66c712c5ba7104635499d63fa0d2be
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74118
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/skyrim')
-rw-r--r-- | src/mainboard/google/skyrim/port_descriptors.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/skyrim/port_descriptors.c b/src/mainboard/google/skyrim/port_descriptors.c index 30caa78f3c..80839a0b0c 100644 --- a/src/mainboard/google/skyrim/port_descriptors.c +++ b/src/mainboard/google/skyrim/port_descriptors.c @@ -35,7 +35,6 @@ static const fsp_dxio_descriptor skyrim_mdn_dxio_descriptors[] = { .link_hotplug = 3, .link_aspm = ASPM_L1, .link_aspm_L1_1 = true, - .link_aspm_L1_2 = true, .gpio_group_id = GPIO_27, .clk_req = CLK_REQ1, }, |