summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorSam McNally <sammc@chromium.org>2023-02-15 20:16:55 +1100
committerFelix Held <felix-coreboot@felixheld.de>2023-02-17 12:35:19 +0000
commitede68ac6b910f63523619e4a2f8771a5dcbb7dce (patch)
tree5a8d7478d783e435b11035e7e177d96f3ba1f158 /src/mainboard
parent43277976edaba62f91d16d48f044b443a1e5da7b (diff)
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/dedede/variants/dibbi/overridetree.cb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/dedede/variants/dibbi/overridetree.cb b/src/mainboard/google/dedede/variants/dibbi/overridetree.cb
index a01730733f..1c463b9a21 100644
--- a/src/mainboard/google/dedede/variants/dibbi/overridetree.cb
+++ b/src/mainboard/google/dedede/variants/dibbi/overridetree.cb
@@ -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