diff options
Diffstat (limited to 'src/ec/google/wilco/chip.c')
-rw-r--r-- | src/ec/google/wilco/chip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/wilco/chip.c b/src/ec/google/wilco/chip.c index 7d85c6fe0f..88d416da24 100644 --- a/src/ec/google/wilco/chip.c +++ b/src/ec/google/wilco/chip.c @@ -196,7 +196,7 @@ static void wilco_ec_fill_ssdt_generator(const struct device *dev) opreg.regionoffset = (uintptr_t)region_ptr; opreg.regionlen = ucsi_alloc_region_len; - acpigen_write_scope(acpi_device_path_join(dev, "UCSI")); + acpigen_write_scope("\\_SB.UCSI"); acpigen_write_name("_CRS"); acpigen_write_resourcetemplate_header(); acpigen_write_mem32fixed(1, (uintptr_t)region_ptr, ucsi_region_len); |