vc/amd/fsp/picasso/platform_descriptors: fix typos in enum element names
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I5cad6a6a585320b33bfab7b3950888241f7c179c Reviewed-on: https://review.coreboot.org/c/coreboot/+/52028 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
72c1deaa74
commit
d9c02cdc98
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue