Skip to content

Commit

Permalink
pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl
Browse files Browse the repository at this point in the history
Fix typos in hscif2_clk_b_mux[] and hscif4_ctrl_mux[].

Fixes: a56069c ("pinctrl: sh-pfc: r8a7795: Add HSCIF pins, groups, and functions")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
  • Loading branch information
Geert Uytterhoeven committed Mar 21, 2017
1 parent c1ae3cf commit 4324b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pinctrl/sh-pfc/pfc-r8a7795.c
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,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 */
Expand Down Expand Up @@ -2240,7 +2240,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[] = {
Expand Down

0 comments on commit 4324b60

Please sign in to comment.