Commit a526973e authored by Andrew Andrianov's avatar Andrew Andrianov Committed by Linus Walleij

pinctrl: mvebu: Fix mapping of pin 63 (gpo -> gpio)

Signed-off-by: default avatarAndrew Andrianov <andrew@ncrmnt.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b787f68c
......@@ -364,7 +364,7 @@ static struct mvebu_mpp_mode mv88f6710_mpp_modes[] = {
MPP_FUNCTION(0x5, "audio", "mclk"),
MPP_FUNCTION(0x6, "uart0", "cts")),
MPP_MODE(63,
MPP_FUNCTION(0x0, "gpo", NULL),
MPP_FUNCTION(0x0, "gpio", NULL),
MPP_FUNCTION(0x1, "spi0", "sck"),
MPP_FUNCTION(0x2, "tclk", NULL)),
MPP_MODE(64,
......
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