pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl
authorGeert Uytterhoeven <geert+renesas@glider.be>
Sat, 11 Mar 2017 11:26:09 +0000 (12:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Jul 2017 13:01:04 +0000 (15:01 +0200)
commit 4324b6084f45b9faebda8d6563d8625d22b4b5df upstream.

Fix typos in hscif2_clk_b_mux[] and hscif4_ctrl_mux[].

Fixes: a56069c46c102710 ("pinctrl: sh-pfc: r8a7795: Add HSCIF pins, groups, and functions")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/sh-pfc/pfc-r8a7795.c

index 84cee66..0acb0a7 100644 (file)
@@ -2056,7 +2056,7 @@ static const unsigned int hscif2_clk_b_pins[] = {
        RCAR_GP_PIN(6, 21),
 };
 static const unsigned int hscif2_clk_b_mux[] = {
-       HSCK1_B_MARK,
+       HSCK2_B_MARK,
 };
 static const unsigned int hscif2_ctrl_b_pins[] = {
        /* RTS, CTS */
@@ -2129,7 +2129,7 @@ static const unsigned int hscif4_ctrl_pins[] = {
        RCAR_GP_PIN(1, 15), RCAR_GP_PIN(1, 14),
 };
 static const unsigned int hscif4_ctrl_mux[] = {
-       HRTS4_N_MARK, HCTS3_N_MARK,
+       HRTS4_N_MARK, HCTS4_N_MARK,
 };
 
 static const unsigned int hscif4_data_b_pins[] = {