Commit 9b472600 authored by Jean-Nicolas Graux's avatar Jean-Nicolas Graux Committed by Linus Walleij

pinctrl/nomadik: db8540: fix moduartstmmux_oc4_1 pin group definition.

One group definition was missing, so add it.
Signed-off-by: default avatarJean-Nicolas Graux <jean-nicolas.graux@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent f1671bf5
......@@ -822,6 +822,7 @@ static const struct nmk_pingroup nmk_db8540_groups[] = {
DB8540_PIN_GROUP(modaccuarttxrx_oc4_1, NMK_GPIO_ALT_C4),
DB8540_PIN_GROUP(modaccuartrtscts_oc4_1, NMK_GPIO_ALT_C4),
DB8540_PIN_GROUP(stmmod_oc4_1, NMK_GPIO_ALT_C4),
DB8540_PIN_GROUP(moduartstmmux_oc4_1, NMK_GPIO_ALT_C4),
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment