Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/27273
Change subject: soc/intel/apollolake: Get rid of power button device in coreboot ......................................................................
soc/intel/apollolake: Get rid of power button device in coreboot
Similar to the mainboard change to remove power button device in coreboot, this change gets rid of generic hardware power button device from apollolake asl.
BUG=b:110913245 TEST=Verified that fixed hardware power button still works as expected on octopus.
Change-Id: I86259465c6cfaf579dd7dc3560b4c9e676b80b55 Signed-off-by: Furquan Shaikh furquan@google.com --- M src/soc/intel/apollolake/acpi/southbridge.asl 1 file changed, 0 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/27273/1
diff --git a/src/soc/intel/apollolake/acpi/southbridge.asl b/src/soc/intel/apollolake/acpi/southbridge.asl index 5b8f9b7..9f14db4 100644 --- a/src/soc/intel/apollolake/acpi/southbridge.asl +++ b/src/soc/intel/apollolake/acpi/southbridge.asl @@ -18,15 +18,6 @@ #include <intelblocks/pcr.h> #include <soc/gpe.h>
-/* Power button. */ -Scope (_SB) -{ - Device (PWRB) - { - Name (_HID, EisaId ("PNP0C0C")) - } -} - /* PCIE device */ #include "pcie.asl"