diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-07-11 11:56:24 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-07-17 11:01:04 +0200 |
commit | b6db6bfe7188058b34b6385ea68c0be37cff5714 (patch) | |
tree | d756b667c94d3af8ebb6e0034f2134058db526e1 /drivers/pinctrl/sh-pfc | |
parent | pinctrl: sh-pfc: r8a7796: Fix IPSR setting for MSIOF3_SS1_E pin (diff) | |
download | linux-b6db6bfe7188058b34b6385ea68c0be37cff5714.tar.xz linux-b6db6bfe7188058b34b6385ea68c0be37cff5714.zip |
pinctrl: sh-pfc: r8a7796: Fix MSIOF3 SS2_E mux
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>
Diffstat (limited to 'drivers/pinctrl/sh-pfc')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7796.c b/drivers/pinctrl/sh-pfc/pfc-r8a7796.c index 0fd96f198b4d..1ef8d90e48ce 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7796.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7796.c @@ -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 */ |