From 29f158008686f4c46a26ac4daa246755e70e2e4f Mon Sep 17 00:00:00 2001 From: Jason Nien Date: Wed, 17 Aug 2022 17:04:44 -0500 Subject: mb/google/skyrim/port_descriptors: update DDI for MDN and Chausie Add two new types for MDN DDI descriptor BUG=b:228284940 TEST=Normal boot and S0i3 cycles Signed-off-by: Jason Nien Change-Id: I02793f032f9855dac202a5aca8666c26426d6cb2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66847 Reviewed-by: Bao Zheng Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Martin Roth Reviewed-by: Marshall Dawson Reviewed-by: Nikolai Vyssotski --- src/vendorcode/amd/fsp/mendocino/platform_descriptors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vendorcode/amd/fsp') diff --git a/src/vendorcode/amd/fsp/mendocino/platform_descriptors.h b/src/vendorcode/amd/fsp/mendocino/platform_descriptors.h index 7dae872f2d..a8fb2575e1 100644 --- a/src/vendorcode/amd/fsp/mendocino/platform_descriptors.h +++ b/src/vendorcode/amd/fsp/mendocino/platform_descriptors.h @@ -142,8 +142,8 @@ enum ddi_connector_type { DDI_DP_TO_LVDS, // DP-to-LVDS DDI_NUTMEG_DP_TO_VGA, // Hudson-2 NutMeg DP-to-VGA DDI_SINGLE_LINK_DVI_I, // Single Link DVI-I - DDI_CRT, // CRT (VGA) - DDI_LVDS, // LVDS + DDI_DP_W_TYPEC, // DP with USB type C + DDI_DP_WO_TYPEC, // DP without USB type C DDI_EDP_TO_LVDS, // eDP-to-LVDS translator chip without AMD SW init DDI_EDP_TO_LVDS_SW, // eDP-to-LVDS translator which requires AMD SW init DDI_AUTO_DETECT, // VBIOS auto detect connector type -- cgit v1.2.3