sio/nuvoton/nct6779d: Enable common ASL code
Define the requisite super I/O chip identities and bring in the common ACPI code. Change-Id: I1db85c8d0028a1c3e4a5582f3d0e503b71beac70 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90574 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
7876bcaa86
commit
c30802d6fb
1 changed files with 15 additions and 0 deletions
15
src/superio/nuvoton/nct6779d/acpi/superio.asl
Normal file
15
src/superio/nuvoton/nct6779d/acpi/superio.asl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef SUPERIO_CHIP_NAME
|
||||
#define SUPERIO_CHIP_NAME NCT6779D
|
||||
#endif
|
||||
|
||||
#ifndef SUPERIO_FULL_CHIP_NAME
|
||||
#define SUPERIO_FULL_CHIP_NAME "Nuvoton NCT6779D Super I/O"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* See ASL file below for details of defines to control
|
||||
* device visibilities.
|
||||
*/
|
||||
#include <superio/nuvoton/common/acpi/superio.asl>
|
||||
Loading…
Add table
Add a link
Reference in a new issue