summaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2020-04-27 18:04:46 -0700
committerFurquan Shaikh <furquan@google.com>2020-04-29 08:40:41 +0000
commitedfc5a9df5444cfa6746b0aa78361e4dfa1ed15b (patch)
tree45f9ed5f0e94606443de061ad4f7e8dfe2da1cd6 /src/soc/amd/stoneyridge
parent45f06c56ca0ab071e2780c89e7011d2268f588c7 (diff)
downloadcoreboot-edfc5a9df5444cfa6746b0aa78361e4dfa1ed15b.tar.xz
soc/amd/hda: Add .acpi_name() callback to HDA driver
This change adds .acpi_name() callback to HDA driver that returns "AZHD" as the ACPI device name for HDA controller. Since this is now done by the common HDA driver, this change also removes the HDA device name returned by stoneyridge in chip.c. BUG=b:153858769 Change-Id: I89eaa799518572f3c46c7ce9ef8dd3f85daa12bb Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40781 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/chip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/chip.c b/src/soc/amd/stoneyridge/chip.c
index b063c7287f..3c32bf5183 100644
--- a/src/soc/amd/stoneyridge/chip.c
+++ b/src/soc/amd/stoneyridge/chip.c
@@ -81,8 +81,6 @@ const char *soc_acpi_name(const struct device *dev)
return "PBR7";
case PCIE4_DEVFN:
return "PBR8";
- case HDA1_DEVFN:
- return "AZHD";
case EHCI1_DEVFN:
return "EHC0";
case LPC_DEVFN: