summaryrefslogtreecommitdiff
path: root/src/ec/starlabs/it8987/chip.h
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2021-04-30 16:32:23 +0100
committerTim Wawrzynczak <twawrzynczak@chromium.org>2021-06-04 17:20:56 +0000
commit2d89789337797f4a6ca86e3484bd6934baefa28e (patch)
tree05e32742dbcb27f05d48edee087a42eb8ec4312e /src/ec/starlabs/it8987/chip.h
parentcbd2abf9b4a2b981dd6b73b2790b7c8a89c82d92 (diff)
ec: Add Star Labs ITE 8987E support
Support for Star Labs labtop series EC Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I1967f7c4a7e3cab714f22844bf36749e0c9652b6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52797 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/ec/starlabs/it8987/chip.h')
-rw-r--r--src/ec/starlabs/it8987/chip.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ec/starlabs/it8987/chip.h b/src/ec/starlabs/it8987/chip.h
new file mode 100644
index 0000000000..a940a46acb
--- /dev/null
+++ b/src/ec/starlabs/it8987/chip.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef _EC_STARLABS_IT8987_CHIP_H
+#define _EC_STARLABS_IT8987_CHIP_H
+
+struct ec_starlabs_it8987_config {
+ u8 cpuhot_limit; /* temperature in °C which asserts PROCHOT# */
+};
+
+#endif /* _EC_STARLABS_IT8987_CHIP_H */