Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4324b608 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl



Fix typos in hscif2_clk_b_mux[] and hscif4_ctrl_mux[].

Fixes: a56069c4 ("pinctrl: sh-pfc: r8a7795: Add HSCIF pins, groups, and functions")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent c1ae3cfa
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2167,7 +2167,7 @@ static const unsigned int hscif2_clk_b_pins[] = {
	RCAR_GP_PIN(6, 21),
	RCAR_GP_PIN(6, 21),
};
};
static const unsigned int hscif2_clk_b_mux[] = {
static const unsigned int hscif2_clk_b_mux[] = {
	HSCK1_B_MARK,
	HSCK2_B_MARK,
};
};
static const unsigned int hscif2_ctrl_b_pins[] = {
static const unsigned int hscif2_ctrl_b_pins[] = {
	/* RTS, CTS */
	/* RTS, CTS */
@@ -2240,7 +2240,7 @@ static const unsigned int hscif4_ctrl_pins[] = {
	RCAR_GP_PIN(1, 15), RCAR_GP_PIN(1, 14),
	RCAR_GP_PIN(1, 15), RCAR_GP_PIN(1, 14),
};
};
static const unsigned int hscif4_ctrl_mux[] = {
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[] = {
static const unsigned int hscif4_data_b_pins[] = {