mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: sio/ite/it8783ef: Return (0) in ACPI _PSC methods
Current ACPI code for UARTs uses the PNP_DEFAULT_PSC macro for _PSC (current power state) methods. Override it to `Return (0)` (i.e. cur- rent state is D0) as the IT8783E/F doesn't have power management. BUG=None BRANCH=None TEST=None Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/17791 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I3c858dde287dbf7e5fc0c20abb1fd374887acdde Reviewed-on: https://chromium-review.googlesource.com/420832 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
61bb7ed10d
commit
ace519d33f
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@
|
|||
#define SUPERIO_CHIP_NAME IT8783EF
|
||||
#include <superio/acpi/pnp.asl>
|
||||
|
||||
#undef PNP_DEFAULT_PSC
|
||||
#define PNP_DEFAULT_PSC Return (0) /* no power management */
|
||||
|
||||
#define CONFIGURE_CONTROL CCTL
|
||||
|
||||
Device(SUPERIO_DEV) {
|
||||
|
|
Loading…
Add table
Reference in a new issue