diff options
author | Aaron Durbin <adurbin@chromium.org> | 2016-09-23 16:08:21 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-09-26 23:52:53 +0200 |
commit | 59cf5028a85b2696ce2dc12b857c886cb05e9671 (patch) | |
tree | c39e90ef8be820318938c098d0e90f08157be931 /src/mainboard/google/reef/dsdt.asl | |
parent | 05201d778336f474e3f9df55431340fa95521aee (diff) |
mainboards/google/reef: use chromeec's ASL lid switch implementation
Defer to the lid switch implementation provided by the chromeec.
BUG=chrome-os-partner:56677
Change-Id: Ida451dc29c8cf55fb88015e48a9e0bca3740f645
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/16733
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/reef/dsdt.asl')
-rw-r--r-- | src/mainboard/google/reef/dsdt.asl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mainboard/google/reef/dsdt.asl b/src/mainboard/google/reef/dsdt.asl index bfdd765699..dc63436555 100644 --- a/src/mainboard/google/reef/dsdt.asl +++ b/src/mainboard/google/reef/dsdt.asl @@ -46,20 +46,6 @@ DefinitionBlock( /* Chipset specific sleep states */ #include <soc/intel/apollolake/acpi/sleepstates.asl> - /* LID */ - Scope (\_SB) - { - Device (LID0) - { - Name (_HID, EisaId ("PNP0C0D")) - Method (_LID, 0) - { - Return (\_SB.PCI0.LPCB.EC0.LIDS) - } - Name (_PRW, Package () { GPE_EC_WAKE, 0x3 }) - } - } - /* Chrome OS Embedded Controller */ Scope (\_SB.PCI0.LPCB) { |