mb/google/fatcat/var/moonstone: Disable RT721 clock stop support
RT721 headset jack detection fails because the wakeup event is not triggered during runtime suspend in D3 state. Disable the clock stop to allow the bus driver to handle the wakeup process properly. The MIPI Disco property is "mipi-sdw-simplified-clockstopprepare-sm-supported". BUG= b:435094908 TEST= verify headset jack works properly. Change-Id: Ibd5271e496a9ca841498b17a5746e300f9557078 Signed-off-by: Mac Chiang <mac.chiang@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89605 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
155041ad4c
commit
752d49a4ff
1 changed files with 1 additions and 0 deletions
|
|
@ -503,6 +503,7 @@ chip soc/intel/pantherlake
|
|||
register "alc711_address.version" = "SOUNDWIRE_VERSION_1_2"
|
||||
register "alc711_address.class" = "MIPI_CLASS_SDCA"
|
||||
register "alc711_address.part_id" = "MIPI_DEV_ID_REALTEK_ALC721"
|
||||
register "disable_clkstop_sm_support" = "true"
|
||||
# SoundWire Link 3 ID 1
|
||||
device generic 3.1 on
|
||||
probe AUDIO AUDIO_ALC721_SNDW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue