From 4cee52e457f946854065885893ec88a3e726190c Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Fri, 19 Dec 2025 00:59:09 -0500 Subject: [PATCH] sio/nuvoton/nct6791d: Enable common ASL code Define the requisite super I/O chip identities and bring in the common ACPI code. Change-Id: I2fbd77b0ddc5618a2da844f6e18ce483774c4cf0 Signed-off-by: Keith Hui Reviewed-on: https://review.coreboot.org/c/coreboot/+/90575 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Angel Pons --- src/superio/nuvoton/nct6791d/acpi/superio.asl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/superio/nuvoton/nct6791d/acpi/superio.asl diff --git a/src/superio/nuvoton/nct6791d/acpi/superio.asl b/src/superio/nuvoton/nct6791d/acpi/superio.asl new file mode 100644 index 0000000000..d9fcb50f44 --- /dev/null +++ b/src/superio/nuvoton/nct6791d/acpi/superio.asl @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef SUPERIO_CHIP_NAME +#define SUPERIO_CHIP_NAME NCT6791D +#endif + +#ifndef SUPERIO_FULL_CHIP_NAME +#define SUPERIO_FULL_CHIP_NAME "Nuvoton NCT6791D Super I/O" +#endif + +/* + * See ASL file below for details of defines to control + * device visibilities. + */ +#include