From 5249624963b52a6a805f1d7d20f83216f3d6555a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 4 May 2020 00:17:23 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41019 Tested-by: build bot (Jenkins) Reviewed-by: Mimoja Reviewed-by: Patrick Georgi --- src/mainboard/razer/blade_stealth_kbl/acpi/mainboard.asl | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/mainboard') 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 }) - } - } -- cgit v1.2.3