From b1b0294e6fd565497ec8175986b4913b925fc587 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 16 Feb 2021 01:34:55 +0100 Subject: soc/amd/picasso/uart: move uart_inject_ssdt to common code Signed-off-by: Felix Held Change-Id: Ic033fc2817d44ff873f93a45e069c0e8aa0be99f Reviewed-on: https://review.coreboot.org/c/coreboot/+/50780 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/picasso/uart.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/soc/amd/picasso/uart.c') diff --git a/src/soc/amd/picasso/uart.c b/src/soc/amd/picasso/uart.c index 24bc2c0f85..2767817bfb 100644 --- a/src/soc/amd/picasso/uart.c +++ b/src/soc/amd/picasso/uart.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include @@ -103,16 +102,6 @@ static void uart_enable(struct device *dev) } } -/* This gets called for both enabled and disabled devices. */ -static void uart_inject_ssdt(const struct device *dev) -{ - acpigen_write_scope(acpi_device_path(dev)); - - acpigen_write_STA(acpi_device_status(dev)); - - acpigen_pop_len(); /* Scope */ -} - struct device_operations picasso_uart_mmio_ops = { .read_resources = noop_read_resources, .set_resources = noop_set_resources, -- cgit v1.2.3