summaryrefslogtreecommitdiff
path: root/board/lindar/board.h
diff options
context:
space:
mode:
authorjerry2.huang <jerry2.huang@lcfc.corp-partner.google.com>2020-08-03 14:49:03 +0800
committerCommit Bot <commit-bot@chromium.org>2020-08-04 04:58:16 +0000
commit1ae42ef81eb9c81b90c2eb5cd9f58825e08174b6 (patch)
treeaaa99491c4aa89a3c28955380cfda3831b7c91b7 /board/lindar/board.h
parent7ee6de2be441ba08a7a2b8fe7fbae415fc188474 (diff)
downloadchrome-ec-1ae42ef81eb9c81b90c2eb5cd9f58825e08174b6.tar.gz
lindar: Remove power sequencing
The board/AP can handle power sequencing without EC intervention. This support was already disabled by default in configuration. BUG=b:143375057 TEST=make buildall BRANCH=none Signed-off-by: jerry2.huang <jerry2.huang@lcfc.corp-partner.google.com> Change-Id: Iad0e2041248960e98bf4b8de4e8324850b7bd7f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2334431 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/lindar/board.h')
-rw-r--r--board/lindar/board.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/lindar/board.h b/board/lindar/board.h
index ca4699f3ea..4b0774a17a 100644
--- a/board/lindar/board.h
+++ b/board/lindar/board.h
@@ -119,10 +119,6 @@ enum pwm_channel {
PWM_CH_COUNT
};
-
-/* TODO: b/143375057 - Remove this code after power on. */
-void c10_gate_change(enum gpio_signal signal);
-
void board_reset_pd_mcu(void);
#endif /* !__ASSEMBLER__ */