Skip to content

Commit bd60947

Browse files
authored
Merge pull request #727 from FrameworkComputer/lotus.enable_apu_enbkl_interrput
Lotus: enable the apu_enbkl interrupt
2 parents 1398ae0 + a5575f7 commit bd60947

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)