diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-07-05 15:01:02 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-10 14:02:16 +0000 |
commit | a2ed56011145b679051c10a03cb8362734729c26 (patch) | |
tree | a5e7bbdfec6a32663d9bc10fa0c47e9275136f5d /src/ec/starlabs/merlin/variants/kbl | |
parent | a77c7ef758a3d9e7d802ed343a833e36a1bea3f6 (diff) |
ec/starlabs/merlin: Remove the UCSI ACPI
The UCSI mailbox isn't used, so remove it.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I03587a2322b1f34fa26a5c2ba7906a4e1ae82ae0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76254
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/ec/starlabs/merlin/variants/kbl')
-rw-r--r-- | src/ec/starlabs/merlin/variants/kbl/events.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ec/starlabs/merlin/variants/kbl/events.asl b/src/ec/starlabs/merlin/variants/kbl/events.asl index df7399d548..5e80fd0f19 100644 --- a/src/ec/starlabs/merlin/variants/kbl/events.asl +++ b/src/ec/starlabs/merlin/variants/kbl/events.asl @@ -126,7 +126,6 @@ Method (_Q85, 0, NotSerialized) // Event: HOME Method (_Q79, 0, NotSerialized) // Event: USB Type-C { Printf ("EC: USB Type-C") - UCEV() } Method (_Q0E, 0, NotSerialized) // Event: SLEEP |