mr_canhubk3: add missing pinmux settings for SW2

GPIO pin for `sw2` was missing to be configured as input for external
interrupts.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-08-30 08:18:49 +07:00 committed by Carles Cufí
commit 7ca35f94ee

View file

@ -9,7 +9,7 @@
&pinctrl {
eirq0_default: eirq0_default {
group1 {
pinmux = <PTD15_EIRQ31>, <PTA18_EIRQ0>;
pinmux = <PTD15_EIRQ31>, <PTA18_EIRQ0>, <PTA25_EIRQ5>;
input-enable;
};
};