mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl
commit4324b6084fupstream. Fix typos in hscif2_clk_b_mux[] and hscif4_ctrl_mux[]. Fixes:a56069c46c("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c5db45ef9e
commit
f24dee484b
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user