From 9acaa2b7fc0cd4331b9ce67d58cef51c758b6aa3 Mon Sep 17 00:00:00 2001 From: Anil Kumar Date: Wed, 9 Aug 2023 11:20:14 -0700 Subject: mb/google/rex/var/rex0: Enable BT offload audio for Intel MtP2 module Enable the required GPIO and FW_CONFIG support to configure BT offload audio in discrete mode for Intel Mysty Peak module on google/rex Proto2 HW. BUG=b:297125514 Test=Verified BT audio playback on google/rex Proto2. Change-Id: I560f1700f78f8b653dfcc2f26764f0ebf2652689 Signed-off-by: Anil Kumar Reviewed-on: https://review.coreboot.org/c/coreboot/+/77357 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Jakub Czapiga --- src/mainboard/google/rex/variants/rex0/overridetree.cb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/rex/variants/rex0/overridetree.cb') diff --git a/src/mainboard/google/rex/variants/rex0/overridetree.cb b/src/mainboard/google/rex/variants/rex0/overridetree.cb index 5c7958a72f..c08ff2b493 100644 --- a/src/mainboard/google/rex/variants/rex0/overridetree.cb +++ b/src/mainboard/google/rex/variants/rex0/overridetree.cb @@ -3,6 +3,7 @@ fw_config option AUDIO_UNKNOWN 0 option MAX98360_ALC5682I_I2S 1 option MAX98363_CS42L42_SNDW 2 + option MAX98360_ALC5682I_DISCRETE_I2S_BT 3 end field CELLULAR 4 5 option CELLULAR_ABSENT 0 @@ -462,6 +463,7 @@ chip soc/intel/meteorlake register "property_list[0].integer" = "1" device i2c 1a on probe AUDIO MAX98360_ALC5682I_I2S + probe AUDIO MAX98360_ALC5682I_DISCRETE_I2S_BT end end chip drivers/intel/mipi_camera @@ -808,6 +810,7 @@ chip soc/intel/meteorlake register "sdmode_delay" = "5" device generic 0 on probe AUDIO MAX98360_ALC5682I_I2S + probe AUDIO MAX98360_ALC5682I_DISCRETE_I2S_BT end end chip drivers/intel/soundwire -- cgit v1.2.3