aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorLeo Chou <leo.chou@lcfc.corp-partner.google.com>2022-11-29 18:28:29 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-12-01 14:04:01 +0000
commitfaa0d638dcdc237cbd19738526f32800953c63da (patch)
treeb7c4226052ab77402fc0c49dabc1ef7eb70f5046 /src/mainboard
parent1eecb8c814fa05e9902ddcb139a6e8b3a226ffa6 (diff)
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/brya/variants/pujjo/overridetree.cb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/pujjo/overridetree.cb b/src/mainboard/google/brya/variants/pujjo/overridetree.cb
index e3d8acce67..acba86ee7d 100644
--- a/src/mainboard/google/brya/variants/pujjo/overridetree.cb
+++ b/src/mainboard/google/brya/variants/pujjo/overridetree.cb
@@ -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