soc/intel/common/cnvi: Add missing PRRS name
Add the PRRS object that is used in the _RST method. Change-Id: I935fae3c215e48288d8856d7be5cacc4e261d86f Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87005 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
This commit is contained in:
parent
7eb97dfda1
commit
ea6441b1d3
1 changed files with 5 additions and 0 deletions
|
|
@ -86,6 +86,11 @@ static void cnvw_fill_ssdt(const struct device *dev)
|
|||
acpigen_write_field("CWAR", fields2, ARRAY_SIZE(fields2),
|
||||
FIELD_BYTEACC | FIELD_NOLOCK | FIELD_PRESERVE);
|
||||
|
||||
/*
|
||||
* Name (PRRS, Zero)
|
||||
*/
|
||||
acpigen_write_name_integer("PRRS", 0);
|
||||
|
||||
/*
|
||||
* Name (RSTT, Zero)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue