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/picasso | |
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/picasso')
-rw-r--r-- | src/soc/amd/picasso/chip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/chip.c b/src/soc/amd/picasso/chip.c index e0510a26de..65f815c0f9 100644 --- a/src/soc/amd/picasso/chip.c +++ b/src/soc/amd/picasso/chip.c @@ -39,8 +39,6 @@ static const char *soc_acpi_name(const struct device *dev) return "GNB"; case IOMMU_DEVFN: return "IOMM"; - case LPC_DEVFN: - return "LPCB"; case SMBUS_DEVFN: return "SBUS"; default: |