pinctrl: sh-pfc: r8a7796: Fix MSIOF3 SS2_E mux
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 11 Jul 2017 09:56:24 +0000 (11:56 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Jul 2017 09:01:04 +0000 (11:01 +0200)
Fix a copy-and-paste bug in the MSIOF3 SS2_E mux array.

Fixes: 4753231cc9468390 ("pinctrl: sh-pfc: r8a7796: Add MSIOF pins, groups and functions")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/pinctrl/sh-pfc/pfc-r8a7796.c

index 0fd96f198b4dfae2c2a484f3069d4bc1f29f15f1..1ef8d90e48cef3175809ee3ee74a359ce9926b4e 100644 (file)
@@ -3082,7 +3082,7 @@ static const unsigned int msiof3_ss2_e_pins[] = {
        RCAR_GP_PIN(2, 0),
 };
 static const unsigned int msiof3_ss2_e_mux[] = {
-       MSIOF3_SS1_E_MARK,
+       MSIOF3_SS2_E_MARK,
 };
 static const unsigned int msiof3_txd_e_pins[] = {
        /* TXD */