You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-up to commit fd76331.
For some reason the above commit added several switch cases without
required break statements. In effect, the same pin could get assigned
to multiple signal lines in QDEC or QSPI peripherals if not all pins
were defined for them in devicetree, and consequently these peripherals
could not work properly.
Upstream PR: zephyrproject-rtos/zephyr#45439.
Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
0 commit comments