Robert Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/78166?usp=email )
Change subject: mb/google/nissa/var/quandiso: Add ALC1019 amp support ......................................................................
mb/google/nissa/var/quandiso: Add ALC1019 amp support
BUG=b:30057363 BRANCH=firmware-nissa-15217.B TEST=emerge-nissa coreboot
Change-Id: Iff8167695c302f7b58976516d651a81f1a429bee Signed-off-by: Robert Chen robert.chen@quanta.corp-partner.google.com --- M src/mainboard/google/brya/variants/quandiso/overridetree.cb 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/78166/1
diff --git a/src/mainboard/google/brya/variants/quandiso/overridetree.cb b/src/mainboard/google/brya/variants/quandiso/overridetree.cb index 0b672ff..63fb2f7 100644 --- a/src/mainboard/google/brya/variants/quandiso/overridetree.cb +++ b/src/mainboard/google/brya/variants/quandiso/overridetree.cb @@ -30,6 +30,10 @@ option INTEL_QUANDISO360_WIFI 3 option UNUSED 15 end + field AUDIO_AMP 20 21 + option MAX98360A 0 + option ALC1019 1 + end end
chip soc/intel/alderlake @@ -346,6 +350,13 @@ register "property_list[0].integer" = "1" device i2c 1a on end end + chip drivers/generic/alc1015 + register "hid" = ""RTL1019"" + register "sdb" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A11)" + device generic 0 on + probe AUDIO_AMP ALC1019 + end + end end device ref i2c5 on chip drivers/i2c/generic @@ -372,7 +383,9 @@ register "hid" = ""MX98360A"" register "sdmode_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A11)" register "sdmode_delay" = "5" - device generic 0 on end + device generic 0 on + probe AUDIO_AMP MAX98360A + end end end device ref pcie_rp4 on