aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/portwell/m107/dsdt.asl
diff options
context:
space:
mode:
authorWim Vervoorn <wvervoorn@eltan.com>2020-01-02 13:47:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-20 10:56:02 +0000
commite181dd164bfb26e7c5b9fa5d2f8c52f4a6c60027 (patch)
tree421b9d82500b60b7f9929143e75855dfcbc358d4 /src/mainboard/portwell/m107/dsdt.asl
parentc83b9783d48a10c36633d65d7342a8bec9a43344 (diff)
{mb/facebook/fbg1701,mb/portwell/m107}: 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=build Found-by: fwts 19.12.00 Change-Id: I4fac1411fd99475551bc970818759649f80b3f0e Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38134 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/portwell/m107/dsdt.asl')
-rw-r--r--src/mainboard/portwell/m107/dsdt.asl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/portwell/m107/dsdt.asl b/src/mainboard/portwell/m107/dsdt.asl
index 6fcb39af2f..ced3e10211 100644
--- a/src/mainboard/portwell/m107/dsdt.asl
+++ b/src/mainboard/portwell/m107/dsdt.asl
@@ -45,5 +45,4 @@ DefinitionBlock(
/* Mainboard specific sleep states */
#include "acpi/sleepstates.asl"
- #include "acpi/mainboard.asl"
}