mb/google/brya/var/orisa: Update Type C DisplayPort HPD Configuration
[coreboot2.git] / src / mainboard / google / brya / variants / felwinter / variant.c
blob59a4d83a6d18f51fee0ca2802df41845f841e4fc
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <chip.h>
4 #include <fw_config.h>
5 #include <baseboard/variants.h>
6 #include <sar.h>
8 const char *get_wifi_sar_cbfs_filename(void)
10 return "wifi_sar_0.hex";
13 void variant_update_soc_chip_config(struct soc_intel_alderlake_config *config)
15 if (fw_config_probe(FW_CONFIG(DB_USB, USB3_PS8815))) {
16 config->typec_aux_bias_pads[2].pad_auxp_dc = GPP_A19;
17 config->typec_aux_bias_pads[2].pad_auxn_dc = GPP_A20;
18 config->tcss_aux_ori = 0x10;
20 config->cnvi_bt_audio_offload = fw_config_probe(FW_CONFIG(AUDIO_AMP,
21 MAX98360_ALC5682VS_I2S_2WAY));