diff options
author | Anil Kumar <anil.kumar.k@intel.corp-partner.google.com> | 2023-08-09 11:20:14 -0700 |
---|---|---|
committer | Jakub Czapiga <jacz@semihalf.com> | 2023-08-28 12:16:34 +0000 |
commit | 9acaa2b7fc0cd4331b9ce67d58cef51c758b6aa3 (patch) | |
tree | 9d443f5061949a984f547a267f922fdc3dc34764 /src/mainboard/google/rex/variants/rex0/overridetree.cb | |
parent | 7865ce89ffb583d82d6a76f7a4299178af10e6ac (diff) |
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 <anil.kumar.k@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77357
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Jakub Czapiga <jacz@semihalf.com>
Diffstat (limited to 'src/mainboard/google/rex/variants/rex0/overridetree.cb')
-rw-r--r-- | src/mainboard/google/rex/variants/rex0/overridetree.cb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |