Leo Chou has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/70131 )
Change subject: mb/google/nissa/pujjo: Add new audio sku configure ......................................................................
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 --- M src/mainboard/google/brya/variants/pujjo/overridetree.cb 1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/70131/1
diff --git a/src/mainboard/google/brya/variants/pujjo/overridetree.cb b/src/mainboard/google/brya/variants/pujjo/overridetree.cb index e3d8acc..acba86e 100644 --- a/src/mainboard/google/brya/variants/pujjo/overridetree.cb +++ b/src/mainboard/google/brya/variants/pujjo/overridetree.cb @@ -24,6 +24,7 @@ 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 @@ 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 @@ register "sdmode_delay" = "5" device generic 0 on probe AUDIO MAX98357_ALC5682I + probe AUDIO MAX98357_ALC5682IVS end end end