Re: v2.4.0-rc1: Can't set GPIO pin output during pinmux initialization
Erwan Gouriou
Hi Helge, Looking into it quickly, there has been no change in the init priorities on gpio or pinmux. board pinmux init: PRE_KERNEL_1 gpio init: POST_KERNEL So, what seems strange also is that it had effect in v2.3.0. Anyway, the problem still stands. I don't see a particular reason you wouldn't not be allowed to make this call. So the actual solution would be to change gpio driver prio to PRE_KERNEL (has to be after clock_control and interrupt_controler though) I can't tell if there is a reason it is not the case already. BR Erwan
On Tue, 8 Sep 2020 at 15:57, Helge Juul <helge.juul@...> wrote: Hi.
|
|