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:
parent
bd0b51c0be
commit
a88041c043
|
@ -35,7 +35,7 @@ Scope (\_SB.PCI0.I2C2)
|
|||
}
|
||||
})
|
||||
|
||||
Method(_CRS, 0x0, NotSerialized)
|
||||
Method(_CRS, 0x0, Serialized)
|
||||
{
|
||||
Name(SBUF,ResourceTemplate ()
|
||||
{
|
||||
|
|
|
@ -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 ()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue