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:
parent
219ebb969b
commit
8ce7bc18fa
|
@ -65,7 +65,7 @@ Device(EC)
|
|||
DKR3, 1 /* Dock register 3 */
|
||||
}
|
||||
|
||||
Method (_CRS, 0)
|
||||
Method (_CRS, 0, Serialized)
|
||||
{
|
||||
Name (ECMD, ResourceTemplate()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue