Meera Ravindranath has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/73416 )
Change subject: [TEST] : Route I2S2 lines to Discrete BT ......................................................................
[TEST] : Route I2S2 lines to Discrete BT
Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com Change-Id: Ie274edf288531fe6c260275edaa695cf3b3605d3 --- M src/mainboard/google/brya/variants/skolas/fw_config.c 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/73416/1
diff --git a/src/mainboard/google/brya/variants/skolas/fw_config.c b/src/mainboard/google/brya/variants/skolas/fw_config.c index c2b963f..e7c45f0 100644 --- a/src/mainboard/google/brya/variants/skolas/fw_config.c +++ b/src/mainboard/google/brya/variants/skolas/fw_config.c @@ -145,7 +145,7 @@ gpio_configure_pads(max98360_enable_pads, ARRAY_SIZE(max98360_enable_pads)); printk(BIOS_INFO, "BT offload enabled\n"); gpio_configure_pads(i2s0_enable_pads, ARRAY_SIZE(i2s0_enable_pads)); - gpio_configure_pads(bt_i2s_enable_pads, ARRAY_SIZE(bt_i2s_enable_pads)); + gpio_configure_pads(i2s2_enable_pads, ARRAY_SIZE(i2s2_enable_pads)); } } BOOT_STATE_INIT_ENTRY(BS_DEV_ENABLE, BS_ON_ENTRY, fw_config_handle, NULL);