diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2019-12-23 16:01:37 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-20 10:56:16 +0000 |
commit | aa1eff30313ae325e81eeff1bc49cbfe589aff3f (patch) | |
tree | b65a7b9db2effb3971163a7ff6107c3bc2a89741 | |
parent | e181dd164bfb26e7c5b9fa5d2f8c52f4a6c60027 (diff) | |
download | coreboot-aa1eff30313ae325e81eeff1bc49cbfe589aff3f.tar.xz |
mb/facebook/monolith: Drop PWRB device
The mainboard ASL code contained a power button definition. This is not
required as the system uses the standard ACPI power button.
Remove the PWRB device from ASL.
BUG=N/A
TEST=tested using fwts on a facebook monolith.
Found-by: fwts 19.12.00
Change-Id: I25a842539ee2e8febc8a1ae88843a71ccb4ee68e
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38133
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/facebook/monolith/acpi/mainboard.asl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/facebook/monolith/acpi/mainboard.asl b/src/mainboard/facebook/monolith/acpi/mainboard.asl index 2a3ad59b9f..f40af806d2 100644 --- a/src/mainboard/facebook/monolith/acpi/mainboard.asl +++ b/src/mainboard/facebook/monolith/acpi/mainboard.asl @@ -15,15 +15,6 @@ * GNU General Public License for more details. */ -Scope (\_SB) -{ - Device (PWRB) - { - Name (_HID, EisaId ("PNP0C0C")) - Name (_UID, 1) - } -} - /* * Onboard CPLD */ |