diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-03-17 16:29:53 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-06 16:21:03 +0000 |
commit | e8b090c50917be7d5ba25d1adff799cda300ae3e (patch) | |
tree | 2c04c6df832dcb4c78b577059ac464788db38707 /src/ec | |
parent | f03c372a6e9d4d499e074ed3a50b2bf42f0d1fc2 (diff) |
ec/starlabs/merlin: Correct Q event for CPU DN SPEED
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ieea1c8d0923f6ea6b13cf76525c9c4c686a92c40
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62901
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/starlabs/merlin/variants/tgl/events.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/starlabs/merlin/variants/tgl/events.asl b/src/ec/starlabs/merlin/variants/tgl/events.asl index 90cde395a2..5dd4ba932b 100644 --- a/src/ec/starlabs/merlin/variants/tgl/events.asl +++ b/src/ec/starlabs/merlin/variants/tgl/events.asl @@ -238,7 +238,7 @@ Method (_Q37, 0, NotSerialized) // Event: THROT_LV7 Printf ("EC: THROT_LV7") } -Method (_Q38, 0, NotSerialized) // Event: CPU_DN_SPEED +Method (_Q3B, 0, NotSerialized) // Event: CPU_DN_SPEED { Printf ("EC: CPU_DN_SPEED") } |