Move eSPI files to board common code
The eSPI logic is the same for all TGL boards using it. None of it is moved to IT5570E due to the call to power_cpu_reset(). Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
8ea0403850
commit
3f446e5c6e
@@ -1,12 +0,0 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
#ifndef _BOARD_ESPI_H
|
||||
#define _BOARD_ESPI_H
|
||||
|
||||
#include <ec/espi.h>
|
||||
|
||||
void espi_init(void);
|
||||
void espi_reset(void);
|
||||
void espi_event(void);
|
||||
|
||||
#endif // _BOARD_ESPI_H
|
Reference in New Issue
Block a user