Move gpio_debug from board to EC code

The gpio_debug() functionality depends on the ITE registers and not
anything board-specific.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-01-18 16:30:39 -07:00
committed by Tim Crawford
parent f687000a4f
commit 59c386ec12
47 changed files with 59 additions and 880 deletions

View File

@@ -6,7 +6,6 @@
#include <ec/gpio.h>
void gpio_init(void);
void gpio_debug(void);
// clang-format off
extern struct Gpio __code ACIN_N;