diff options
Diffstat (limited to 'src/soc/amd/picasso/chip.h')
-rw-r--r-- | src/soc/amd/picasso/chip.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/chip.h b/src/soc/amd/picasso/chip.h index c70b89b67e..e84db3561e 100644 --- a/src/soc/amd/picasso/chip.h +++ b/src/soc/amd/picasso/chip.h @@ -174,6 +174,12 @@ struct soc_amd_picasso_config { uint32_t telemetry_vddcr_soc_slope_mA; uint32_t telemetry_vddcr_soc_offset; + /* + * HDMI 2.0 disable setting + * bit0~3: disable HDMI 2.0 DDI0~3 + */ + uint8_t hdmi2_disable; + struct { /* * SDHCI doesn't directly support eMMC. There is an implicit mapping between |