Felix Held has submitted this change. ( 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 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 --- M src/mainboard/google/brya/variants/pujjo/overridetree.cb 1 file changed, 24 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Kangheui Won: Looks good to me, approved Reka Norman: Looks good to me, approved Eric Lai: Looks good to me, approved
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