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>
This commit is contained in:
Paul Menzel 2017-10-08 16:03:57 +02:00 committed by Nico Huber
parent 219ebb969b
commit 8ce7bc18fa
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Device(EC)
DKR3, 1 /* Dock register 3 */ DKR3, 1 /* Dock register 3 */
} }
Method (_CRS, 0) Method (_CRS, 0, Serialized)
{ {
Name (ECMD, ResourceTemplate() Name (ECMD, ResourceTemplate()
{ {