Skip to content

Commit

Permalink
pinctrl/nomadik: db8540: fix moduartstmmux_oc4_1 pin group definition.
Browse files Browse the repository at this point in the history
One group definition was missing, so add it.

Signed-off-by: Jean-Nicolas Graux <jean-nicolas.graux@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Jean-Nicolas Graux authored and Linus Walleij committed Nov 9, 2012
1 parent f1671bf commit 9b47260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pinctrl/pinctrl-nomadik-db8540.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),

};

Expand Down

0 comments on commit 9b47260

Please sign in to comment.