ec/starlabs/merlin/*: Remove temperature and control variables

The BT1T (temperature) and BT1C (control) are not used so remove
them.

Change-Id: Ie6e85042ec59851bcfb4c88a2e04181c3c39f89c
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81404
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes
2024-03-18 10:20:10 +00:00
committed by Felix Held
parent d57e57eb22
commit 95e726e5b7
3 changed files with 0 additions and 6 deletions

View File

@@ -94,8 +94,6 @@ Field (ECF2, ByteAcc, Lock, Preserve)
B1RC, 16, // Battery Remaining Capacity
B1PV, 16, // Battery Present Voltage
BPRP, 16, // Battery Remaining percentage
BT1T, 16, // Bt1 Temperature
BT1C, 8, // Bt1 Control
Offset(0x9d),
OPWE, 8, // OPM write to EC flag for UCSI

View File

@@ -94,8 +94,6 @@ Field (ECF2, ByteAcc, Lock, Preserve)
B1RC, 16, // Battery Remaining Capacity
B1PV, 16, // Battery Present Voltage
BPRP, 16, // Battery Remaining percentage
BT1T, 16, // Bt1 Temperature
BT1C, 8, // Bt1 Control
Offset(0x9d),
OPWE, 8, // OPM write to EC flag for UCSI

View File

@@ -66,8 +66,6 @@ Field (ECF2, ByteAcc, Lock, Preserve)
B1RC, 16, // Battery Remaining Capacity
B1PV, 16, // Battery Present Voltage
BPRP, 16, // Battery Remaining percentage
BT1T, 16, // Bt1 Temperature
BT1C, 8, // Bt1 Control
Offset(0x9d),
OPWE, 8, // OPM write to EC flag for UCSI