mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
bsps/imxrt: Enable DMA clock
The EDMA is intialized so make sure the the clock is initialized too. Update #4180
This commit is contained in:
@@ -48,4 +48,7 @@ BSP_START_TEXT_SECTION void bsp_start_hook_1(void)
|
||||
|
||||
/* Reduce frequency for I2C */
|
||||
CLOCK_SetDiv(kCLOCK_Lpi2cDiv, 5);
|
||||
|
||||
/* Enable EDMA clock. We initialize the EDMA so we need the clock. */
|
||||
CLOCK_EnableClock(kCLOCK_Dma);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user