summaryrefslogtreecommitdiff
path: root/board/homestar/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/homestar/board.c')
-rw-r--r--board/homestar/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/homestar/board.c b/board/homestar/board.c
index ce13ee1076..657b547c5f 100644
--- a/board/homestar/board.c
+++ b/board/homestar/board.c
@@ -439,6 +439,7 @@ DECLARE_HOOK(HOOK_CHIPSET_RESUME, board_chipset_resume, HOOK_PRIO_DEFAULT);
void board_set_switchcap_power(int enable)
{
gpio_set_level(GPIO_SWITCHCAP_ON_L, !enable);
+ ln9310_software_enable(enable);
}
int board_is_switchcap_enabled(void)