summaryrefslogtreecommitdiff
path: root/src/mainboard/razer
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2020-05-04 00:17:23 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-06 09:45:30 +0000
commit5249624963b52a6a805f1d7d20f83216f3d6555a (patch)
treeb49ce8520147916210b81a8d7ef0e83a6da0c4ce /src/mainboard/razer
parentf4036742cbcf1809b2dde0251ef2e51ed13b032e (diff)
downloadcoreboot-5249624963b52a6a805f1d7d20f83216f3d6555a.tar.xz
mb/razer/blade_stealth_kbl: Remove duplicate ACPI power button device
The ASL code is copied from the Purism Librem 13v3, and is not needed, as the standard fixed power button is used. It was removed for the Pursim devices in commit 2d977b2dcb (mb/purism: remove duplicate ACPI power button). Change-Id: I18155ea672e7309b367ad4170f2f00f0b3e557db Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41019 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mimoja <coreboot@mimoja.de> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/razer')
-rw-r--r--src/mainboard/razer/blade_stealth_kbl/acpi/mainboard.asl12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/razer/blade_stealth_kbl/acpi/mainboard.asl b/src/mainboard/razer/blade_stealth_kbl/acpi/mainboard.asl
index bf2896e6b3..be4aa5d281 100644
--- a/src/mainboard/razer/blade_stealth_kbl/acpi/mainboard.asl
+++ b/src/mainboard/razer/blade_stealth_kbl/acpi/mainboard.asl
@@ -24,16 +24,4 @@ Scope (\_SB)
}
}
- Device (PWRB)
- {
- Name (_HID, EisaId ("PNP0C0C"))
-
- Method (_STA)
- {
- Return (0xF)
- }
-
- Name (_PRW, Package () { 27, 4 })
- }
-
}