aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/asurada/reset.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/asurada/reset.c b/src/mainboard/google/asurada/reset.c
index 3a97ee5393..91ee7c074d 100644
--- a/src/mainboard/google/asurada/reset.c
+++ b/src/mainboard/google/asurada/reset.c
@@ -1,7 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#include <gpio.h>
#include <reset.h>
+#include "gpio.h"
+
void do_board_reset(void)
{
+ gpio_output(GPIO_RESET, 1);
}