diff options
author | Martin Roth <martinroth@google.com> | 2015-11-23 10:35:11 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-11-24 22:40:12 +0100 |
commit | 8b954f5790d387b457c9f113861e18f3c0249868 (patch) | |
tree | 07d3229adde8ae5581901bb76ee6b8b209731ef6 /src/ec | |
parent | d26c9d603e25b8ae10ed7f7ce36f2661241cde06 (diff) |
ec/quanta/ene_kb3940q: Fix ACPI Notice
Affects these mainboards:
- lenovo/g505s
- google/parrot
- hp/pavilion_m6_1035dx
Fixes IASL notice for this specific instance:
dsdt.aml 1952: Method (_CRS, 0, NotSerialized)
Remark 2120 - ^ Control Method should be made Serialized
(due to creation of named objects within)
Change-Id: Id297cdea35d43f51887f798a9983629343c2313a
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12513
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/quanta/ene_kb3940q/acpi/ec.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/quanta/ene_kb3940q/acpi/ec.asl b/src/ec/quanta/ene_kb3940q/acpi/ec.asl index 0195a31b07..8d3ff81992 100644 --- a/src/ec/quanta/ene_kb3940q/acpi/ec.asl +++ b/src/ec/quanta/ene_kb3940q/acpi/ec.asl @@ -116,7 +116,7 @@ Device (EC0) BCNT, 8, // SMBus Block Count ; E4h } - Method (_CRS, 0, NotSerialized) + Method (_CRS, 0, Serialized) { Name (ECMD, ResourceTemplate() { |