mainboard/google/cyan/acpi: Serialize _CRS method

IASL reports warning 'Control Method should be made Serialized'.
Change _CRS method to Serialized.

BUG=N/A
TEST=Build Google Banon and Google Cyan

Change-Id: Iffa097a2100cfa91efa3b617311500b83f839bce
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32331
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Frans Hendriks 2019-04-23 12:16:33 +02:00 committed by Matt DeVillier
parent bd0b51c0be
commit a88041c043
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Scope (\_SB.PCI0.I2C2)
}
})
Method(_CRS, 0x0, NotSerialized)
Method(_CRS, 0x0, Serialized)
{
Name(SBUF,ResourceTemplate ()
{

View File

@ -26,7 +26,7 @@ Scope (\_SB.PCI0.I2C5)
Name (_DDN, AUDIO_CODEC_DDN)
Name (_UID, 1)
Method(_CRS, 0x0, NotSerialized)
Method(_CRS, 0x0, Serialized)
{
Name(SBUF,ResourceTemplate ()
{