aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2019-01-07 12:00:51 -0800
committerDuncan Laurie <dlaurie@chromium.org>2019-01-08 19:12:54 +0000
commite11aeab132960890998d56e17bcfae594541ded5 (patch)
tree6299c92183e518a9cad89e9c163df841630cfaf0 /src
parent55012d149ae3f917da419a2987081739222fc357 (diff)
mb/google/sarien: Remove power button ACPI device
These platforms use the standard fixed function power button and do not need a second power button device declared or the kernel will end up with two devices reporting the same event. Change-Id: I6fe2b201a6a6f6307a0c4bd6a61f56cfcdd88bf4 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/c/30720 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/sarien/dsdt.asl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/sarien/dsdt.asl b/src/mainboard/google/sarien/dsdt.asl
index 7f46e4f128..e5e48bb3a7 100644
--- a/src/mainboard/google/sarien/dsdt.asl
+++ b/src/mainboard/google/sarien/dsdt.asl
@@ -35,10 +35,6 @@ DefinitionBlock(
#include <cpu/intel/common/acpi/cpu.asl>
Scope (\_SB) {
- Device (PWRB)
- {
- Name (_HID, EisaId ("PNP0C0C"))
- }
Device (PCI0)
{
#include <soc/intel/cannonlake/acpi/northbridge.asl>