From 5b2d6735ff91b266c350c68e6226be2be45e8e6b Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 6 Mar 2023 10:43:48 -0600 Subject: mb/google/skyrim: drop link_hotplug from port descriptors These ports are not hot pluggable, so drop the parameter, which will result it in being set to zero / not enabled. BUG=none TEST=build boot skyrim, verify all PCIe devices functional. BRANCH=skyrim Change-Id: Iaa55cc765e8f073b31f25771633789ac13e2fffa Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/73512 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth Reviewed-by: Jon Murphy --- src/mainboard/google/skyrim/port_descriptors.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mainboard/google/skyrim/port_descriptors.c b/src/mainboard/google/skyrim/port_descriptors.c index 3e754916e7..af88103599 100644 --- a/src/mainboard/google/skyrim/port_descriptors.c +++ b/src/mainboard/google/skyrim/port_descriptors.c @@ -19,7 +19,6 @@ static const fsp_dxio_descriptor skyrim_mdn_dxio_descriptors[] = { .link_speed_capability = GEN3, .turn_off_unused_lanes = true, .link_aspm = ASPM_L1, - .link_hotplug = 3, .link_aspm_L1_1 = true, .link_aspm_L1_2 = true, .clk_req = CLK_REQ2, @@ -34,7 +33,6 @@ static const fsp_dxio_descriptor skyrim_mdn_dxio_descriptors[] = { .link_speed_capability = GEN3, .turn_off_unused_lanes = true, .link_aspm = ASPM_L1, - .link_hotplug = 3, .link_aspm_L1_1 = true, .link_aspm_L1_2 = true, .gpio_group_id = GPIO_27, @@ -50,7 +48,6 @@ static const fsp_dxio_descriptor skyrim_mdn_dxio_descriptors[] = { .link_speed_capability = GEN3, .turn_off_unused_lanes = true, .link_aspm = ASPM_L1, - .link_hotplug = 3, .link_aspm_L1_1 = true, .link_aspm_L1_2 = true, .gpio_group_id = GPIO_6, -- cgit v1.2.3