mb/google/fatcat/var/lapis: enable CS35L56_FAMILY and CS42L43 driver options
Select the CS35L56_FAMILY and CS42L43 SoundWire driver configs in
Kconfig to ensure support amp cs35l56 and codec cs42l43 on lapis.
Scope (\_SB.PCI0.HDAS.SNDW)
{
Device (SW30)
{
Name (_ADR, 0x00033001FA424301) // _ADR: Address
Name (_DDN, "Headset Codec") // _DDN: DOS Device Name
Name (_SUB, "1337") // _SUB: Subsystem ID
...
{
Device (SW20)
{
Name (_ADR, 0x00023001FA355601) // _ADR: Address
Name (_DDN, "Left Speaker Amp") // _DDN: DOS Device Name
Name (_SUB, "12345678") // _SUB: Subsystem ID
...
Device (SW21)
{
Name (_ADR, 0x00023101FA355601) // _ADR: Address
Name (_DDN, "Right Speaker Amp") // _DDN: DOS Device Name
Name (_SUB, "12345678") // _SUB: Subsystem ID
...
BUG=b:444122406
TEST=emerge-fatcat coreboot and dump ssdt.asl
Change-Id: Icab7e38bb5c2733f1bd2a7ddd21b56ace01e64af
Signed-off-by: Tongtong Pan <pantongtong@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89593
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
parent
78e7dcb152
commit
f04c45acee
1 changed files with 2 additions and 0 deletions
|
|
@ -136,6 +136,8 @@ config BOARD_GOOGLE_KINMEN
|
|||
config BOARD_GOOGLE_LAPIS
|
||||
select BOARD_GOOGLE_BASEBOARD_FATCAT
|
||||
select DRIVERS_INTEL_TOUCH
|
||||
select DRIVERS_SOUNDWIRE_CS35L56_FAMILY
|
||||
select DRIVERS_SOUNDWIRE_CS42L43
|
||||
select EC_GOOGLE_CHROMEEC_RTK
|
||||
select EC_GOOGLE_CHROMEEC_LPC_GENERIC_MEMORY_RANGE
|
||||
select FSP_UGOP_EARLY_SIGN_OF_LIFE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue