From e11aeab132960890998d56e17bcfae594541ded5 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 7 Jan 2019 12:00:51 -0800 Subject: 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 Reviewed-on: https://review.coreboot.org/c/30720 Tested-by: build bot (Jenkins) Reviewed-by: Lijian Zhao --- src/mainboard/google/sarien/dsdt.asl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 Scope (\_SB) { - Device (PWRB) - { - Name (_HID, EisaId ("PNP0C0C")) - } Device (PCI0) { #include -- cgit v1.2.3