summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/amd/fsp/picasso/platform_descriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/fsp/picasso/platform_descriptors.h')
-rw-r--r--src/vendorcode/amd/fsp/picasso/platform_descriptors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/amd/fsp/picasso/platform_descriptors.h b/src/vendorcode/amd/fsp/picasso/platform_descriptors.h
index 81293c647cb5..717be1fb1c7d 100644
--- a/src/vendorcode/amd/fsp/picasso/platform_descriptors.h
+++ b/src/vendorcode/amd/fsp/picasso/platform_descriptors.h
@@ -31,7 +31,7 @@ typedef enum {
/* Upstream Auto Speed Change Allowed */
typedef enum {
SPDC_DEFAULT = 0, // Enabled for Gen2 and Gen3
- SPDC_DISBLED,
+ SPDC_DISABLED,
SPDC_ENABLED,
SPDC_INVALID
} dxio_upstream_auto_speed_change;
@@ -105,7 +105,7 @@ typedef enum {
EDP_TO_LVDS, // eDP-to-LVDS translator chip without AMD SW init
EDP_TO_LVDS_SW, // eDP-to-LVDS translator which requires AMD SW init
AUTO_DETECT, // VBIOS auto detect connector type
- UNUSED_PTYPE, // UnusedType
+ UNUSED_TYPE, // UnusedType
MAX_CONNECTOR_TYPE // Not valid value, used to verify input
} ddi_connector_type;