Add basic support for IT5571E

The IT5571E is nearly identical to the IT5570E.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-08-14 20:15:53 -06:00
committed by Tim Crawford
parent 13dd6a1038
commit dc482dd11a
12 changed files with 16 additions and 12 deletions

View File

@ -2,7 +2,7 @@
#include <ec/espi.h>
#if CONFIG_EC_ITE_IT5570E
#if CONFIG_EC_ITE_IT5570E || CONFIG_EC_ITE_IT5571E
// Not all wires are defined or implemented
// Index 2 - AP to EC
@ -68,4 +68,4 @@ void vw_set(struct VirtualWire *vw, enum VirtualWireState state) __critical {
*vw->index = index;
}
#endif // CONFIG_EC_ITE_IT5570E
#endif // CONFIG_EC_ITE_IT5570E || CONFIG_EC_ITE_IT5571E