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:
parent
d8fab9e435
commit
7ca35f94ee
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
&pinctrl {
|
||||
eirq0_default: eirq0_default {
|
||||
group1 {
|
||||
pinmux = <PTD15_EIRQ31>, <PTA18_EIRQ0>;
|
||||
pinmux = <PTD15_EIRQ31>, <PTA18_EIRQ0>, <PTA25_EIRQ5>;
|
||||
input-enable;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue