Tyler Wang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69158 )
Change subject: [Test] Disable BT offload ......................................................................
[Test] Disable BT offload
Change-Id: I17248add2d25f653c93ea8181510bf0354c73f55 --- M src/mainboard/google/brya/variants/craask/gpio.c M src/mainboard/google/brya/variants/craask/overridetree.cb 2 files changed, 9 insertions(+), 21 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/69158/1
diff --git a/src/mainboard/google/brya/variants/craask/gpio.c b/src/mainboard/google/brya/variants/craask/gpio.c index f075ba0..00d1885 100644 --- a/src/mainboard/google/brya/variants/craask/gpio.c +++ b/src/mainboard/google/brya/variants/craask/gpio.c @@ -21,24 +21,6 @@ PAD_CFG_GPI_APIC(GPP_H19, NONE, PLTRST, LEVEL, NONE), /* H23 : WWAN_SAR_DETECT_ODL */ PAD_CFG_GPO(GPP_H23, 1, DEEP), - - /* Configure the virtual CNVi Bluetooth I2S GPIO pads */ - /* BT_I2S_BCLK */ - PAD_CFG_NF(GPP_VGPIO_30, NONE, DEEP, NF3), - /* BT_I2S_SYNC */ - PAD_CFG_NF(GPP_VGPIO_31, NONE, DEEP, NF3), - /* BT_I2S_SDO */ - PAD_CFG_NF(GPP_VGPIO_32, NONE, DEEP, NF3), - /* BT_I2S_SDI */ - PAD_CFG_NF(GPP_VGPIO_33, NONE, DEEP, NF3), - /* SSP2_SCLK */ - PAD_CFG_NF(GPP_VGPIO_34, NONE, DEEP, NF1), - /* SSP2_SFRM */ - PAD_CFG_NF(GPP_VGPIO_35, NONE, DEEP, NF1), - /* SSP_TXD */ - PAD_CFG_NF(GPP_VGPIO_36, NONE, DEEP, NF1), - /* SSP_RXD */ - PAD_CFG_NF(GPP_VGPIO_37, NONE, DEEP, NF1), };
/* Early pad configuration in bootblock */ diff --git a/src/mainboard/google/brya/variants/craask/overridetree.cb b/src/mainboard/google/brya/variants/craask/overridetree.cb index c77787f..8643bc4 100644 --- a/src/mainboard/google/brya/variants/craask/overridetree.cb +++ b/src/mainboard/google/brya/variants/craask/overridetree.cb @@ -103,9 +103,6 @@ .vnn_icc_max_ma = 500, }"
- # Enable the Cnvi BT Audio Offload - register "cnvi_bt_audio_offload" = "1" - register "power_limits_config[ADL_N_041_6W_CORE]" = "{ .tdp_pl1_override = 6, .tdp_pl2_override = 12,