Skip to content
Commit 23bb30a7 authored by Shlomi Vaknin's avatar Shlomi Vaknin Committed by Maureen Helm
Browse files

stm32: dmamux: change initialization order to `PRE_KERNEL_1`



When running the tests of the async api of uart
on nucleo-l4r5zi we get MPU fault.
The reason is ordering initialization. The uart and dma
drivers are initialized PRE_KERNEL_1 while dmamux is
initialized POST_KERNEL.
Thus, the function device_get_binding fails since the
dmamux device is not ready to be used.

Fixes: #32715.

Signed-off-by: default avatarShlomi Vaknin <shlomi.39sd@gmail.com>
parent a941b6a8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment