diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-02-16 23:52:58 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-02-18 01:14:33 +0000 |
commit | 3e29ca93fc98a3481a313c24d7b1c50b52c0ab4e (patch) | |
tree | 9e2acbe841d19022e148f0c8111b86e617855f1b /src/soc/amd/stoneyridge | |
parent | 61e60d1c160fa7fbff9d68b8629c07960bd40e72 (diff) |
soc/amd/common/block/lpc: move ACPI name to common code
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I7517d81d41422cfa10fabd12ab3da4f61c3f9034
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50818
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r-- | src/soc/amd/stoneyridge/chip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/chip.c b/src/soc/amd/stoneyridge/chip.c index f63a7c3779..644ef668bb 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 "PBR8"; case EHCI1_DEVFN: return "EHC0"; - case LPC_DEVFN: - return "LPCB"; case SD_DEVFN: return "SDCN"; case SMBUS_DEVFN: |