diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-03-22 15:01:53 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-05-16 13:31:27 +0200 |
commit | fff8e331ef2bbf4c79c555f8c313de23e2abb331 (patch) | |
tree | eb62d4d14ee66a42bba481e14c7466d45fc9887f /drivers/pinctrl/sh-pfc/pfc-r8a7796.c | |
parent | pinctrl: sh-pfc: r8a7795: Fix comment for MSIOF3 SS2_E pin (diff) | |
download | linux-fff8e331ef2bbf4c79c555f8c313de23e2abb331.tar.xz linux-fff8e331ef2bbf4c79c555f8c313de23e2abb331.zip |
pinctrl: sh-pfc: r8a7796: Fix comment for MSIOF3 SS2_E pin
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to '')
-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 4bc5b1f820c1..764afa13a8c6 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7796.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7796.c @@ -3122,7 +3122,7 @@ static const unsigned int msiof3_ss1_e_mux[] = { MSIOF3_SS1_E_MARK, }; static const unsigned int msiof3_ss2_e_pins[] = { - /* SS1 */ + /* SS2 */ RCAR_GP_PIN(2, 0), }; static const unsigned int msiof3_ss2_e_mux[] = { |