Skip to content

Commit 2e99f10

Browse files
committed
watchdog: WDT standard driver API support
- Porting standard WDT driver and APIs. - Create a demo scenario with background WDT, WDT2. - Solve boot up problem when warn reboot is triggered. Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> Change-Id: Ic2b823fc46f3789f5e378d8f84c2c2e49aa735c0
1 parent ada0614 commit 2e99f10

File tree

11 files changed

+668
-94
lines changed

11 files changed

+668
-94
lines changed

drivers/spi/spi_monitor_aspeed.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,8 @@ static int aspeed_spi_monitor_init(const struct device *dev)
12441244

12451245
/* always enable internal passthrough configuration */
12461246
spim_scu_passthrough_mode(dev, 0, true);
1247+
/* always keep at master mode during booting up stage */
1248+
spim_ext_mux_config(dev, SPIM_MASTER_MODE);
12471249

12481250
if (config->extra_clk_en)
12491251
spim_block_mode_config(dev, SPIM_BLOCK_EXTRA_CLK);

0 commit comments

Comments
 (0)