diff --git a/src/soc/intel/common/block/cnvi/cnvi.c b/src/soc/intel/common/block/cnvi/cnvi.c index 964aa17ff1..87e9bbb72e 100644 --- a/src/soc/intel/common/block/cnvi/cnvi.c +++ b/src/soc/intel/common/block/cnvi/cnvi.c @@ -162,10 +162,6 @@ static void cnvw_fill_ssdt(const struct device *dev) * } * } * - * Name (_PRR, Package (0x01) - * { - * WRST - * }) */ acpigen_write_power_res("WRST", 5, 0, NULL, 0); { @@ -280,6 +276,12 @@ static void cnvw_fill_ssdt(const struct device *dev) } acpigen_write_power_res_end(); +/* + * Name (_PRR, Package (0x01) + * { + * WRST + * }) + */ acpigen_write_name("_PRR"); { acpigen_write_package(1);