mb/google/nissa/pujjo: Add new audio sku configure

Add new audio sku configure for Pujjo board.

BUG=b:260538412
TEST=Boot to OS on pujjo and check that audio are configured
based on fw_config.

Signed-off-by: Leo Chou <leo.chou@lcfc.corp-partner.google.com>
Change-Id: Ia9ddc683945002a0b19efd67006e1983b2eb9f2d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70131
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Reka Norman <rekanorman@chromium.org>
Reviewed-by: Kangheui Won <khwon@chromium.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
Leo Chou 2022-11-29 18:28:29 +08:00 committed by Felix Held
parent 1eecb8c814
commit faa0d638dc
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ fw_config
field AUDIO 12 14
option ALC1019_ALC5682IVS 0
option MAX98357_ALC5682I 1
option MAX98357_ALC5682IVS 2
end
field EXT_VR 15
option EXT_VR_PRESENT 0
@ -480,6 +481,7 @@ chip soc/intel/alderlake
register "property_list[0].integer" = "1"
device i2c 1a on
probe AUDIO ALC1019_ALC5682IVS
probe AUDIO MAX98357_ALC5682IVS
end
end
chip drivers/generic/alc1015
@ -516,6 +518,7 @@ chip soc/intel/alderlake
register "sdmode_delay" = "5"
device generic 0 on
probe AUDIO MAX98357_ALC5682I
probe AUDIO MAX98357_ALC5682IVS
end
end
end