Skip to content

Commit a5575f7

Browse files
committed
Lotus: enable the apu_enbkl interrupt
Signed-off-by: Josh-Tsai <josh_tsai@compal.com>
1 parent 1398ae0 commit a5575f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zephyr/program/lotus/src/board_function.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ static void bios_function_init(void)
184184
set_standalone_mode(1);
185185
#ifdef CONFIG_BOARD_LOTUS
186186
set_detect_mode(flash_storage_get(FLASH_FLAGS_INPUT_MODULE_POWER));
187+
gpio_enable_dt_interrupt(GPIO_INT_FROM_NODELABEL(int_enblk_apu_interrupt));
187188
#endif
188189
gpio_enable_dt_interrupt(GPIO_INT_FROM_NODELABEL(int_chassis_open));
189190
check_chassis_open();

0 commit comments

Comments
 (0)