mb/google/dedede/var/dibbi: Update devicetree for enabling audio
Enable HDA device and update jack codec HID from ALC5682I-VD to ALC5682I-VS. BUG=b:268309238 TEST=kernel detects audio DSP and rt5682s BRANCH=dedede Change-Id: Icd17d5009ab8ef4711bb6c5fa414a8188fc0912f Signed-off-by: Sam McNally <sammc@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73057 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Reka Norman <rekanorman@chromium.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
43277976ed
commit
ede68ac6b9
|
@ -185,7 +185,7 @@ chip soc/intel/jasperlake
|
|||
device pci 15.3 off end # I2C 3
|
||||
device pci 19.0 on
|
||||
chip drivers/i2c/generic
|
||||
register "hid" = ""10EC5682""
|
||||
register "hid" = ""RTL5682""
|
||||
register "name" = ""RT58""
|
||||
register "desc" = ""Realtek RT5682""
|
||||
register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_D16)"
|
||||
|
@ -212,5 +212,6 @@ chip soc/intel/jasperlake
|
|||
end
|
||||
end # PCI Express Root Port 7 - WLAN
|
||||
device pci 1c.7 off end # PCI Express Root Port 8
|
||||
device pci 1f.3 on end # Intel HDA
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue