mainboard/intel/strago/acpi: Serialize _CRS method
IASL reports warning 'Control Method should be made Serialized'. Change _CRS method to Serialized. BUG=N/A TEST=Build Intel Strago Change-Id: I63a7e1caab19360a9a5831458311d5a83fdf52d1 Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32468 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
42065f8f94
commit
43fc38943d
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ Scope (\_SB.PCI0.I2C1)
|
||||||
Name (_UID, 5)
|
Name (_UID, 5)
|
||||||
Name (ISTP, 0) /* TouchScreen */
|
Name (ISTP, 0) /* TouchScreen */
|
||||||
|
|
||||||
Method(_CRS, 0x0, NotSerialized)
|
Method(_CRS, 0x0, Serialized)
|
||||||
{
|
{
|
||||||
Name (BUF0, ResourceTemplate ()
|
Name (BUF0, ResourceTemplate ()
|
||||||
{
|
{
|
||||||
|
@ -120,7 +120,7 @@ Scope (\_SB.PCI0.I2C5)
|
||||||
Name (_DDN, AUDIO_CODEC_DDN)
|
Name (_DDN, AUDIO_CODEC_DDN)
|
||||||
Name (_UID, 1)
|
Name (_UID, 1)
|
||||||
|
|
||||||
Method(_CRS, 0x0, NotSerialized)
|
Method(_CRS, 0x0, Serialized)
|
||||||
{
|
{
|
||||||
Name(SBUF,ResourceTemplate ()
|
Name(SBUF,ResourceTemplate ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue