aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2017-10-08 16:03:57 +0200
committerNico Huber <nico.h@gmx.de>2017-10-10 11:35:31 +0000
commit8ce7bc18faadb1a4936a9ec34364c3ebfdf2e4d8 (patch)
tree65d49ec41b130bb96b0329691efe917716337f19 /src/ec/lenovo/h8
parent219ebb969bb52eb88d49d6ce31dbfc0d7cabfc49 (diff)
ec/lenovo/h8: Serialize control method _CRS
``` dsdt.aml 1461: Method (_CRS, 0) Remark 2120 - ^ Control Method should be made Serialized (due to creation of named objects within) ``` Change-Id: Iaf9455b16b061b32248139a85890f49de7467261 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/21921 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/ec/lenovo/h8')
-rw-r--r--src/ec/lenovo/h8/acpi/ec.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/lenovo/h8/acpi/ec.asl b/src/ec/lenovo/h8/acpi/ec.asl
index eed0e162a7..5117264e89 100644
--- a/src/ec/lenovo/h8/acpi/ec.asl
+++ b/src/ec/lenovo/h8/acpi/ec.asl
@@ -65,7 +65,7 @@ Device(EC)
DKR3, 1 /* Dock register 3 */
}
- Method (_CRS, 0)
+ Method (_CRS, 0, Serialized)
{
Name (ECMD, ResourceTemplate()
{