diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-03-11 06:26:09 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-03-21 06:17:15 -0400 |
commit | 4324b6084f45b9faebda8d6563d8625d22b4b5df (patch) | |
tree | c1d151db418b46af390c407eac323ca2e9d604c4 | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) |
pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl
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>
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c index 504d0c3d7f74..6ba7ed15a461 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c | |||
@@ -2167,7 +2167,7 @@ static const unsigned int hscif2_clk_b_pins[] = { | |||
2167 | RCAR_GP_PIN(6, 21), | 2167 | RCAR_GP_PIN(6, 21), |
2168 | }; | 2168 | }; |
2169 | static const unsigned int hscif2_clk_b_mux[] = { | 2169 | static const unsigned int hscif2_clk_b_mux[] = { |
2170 | HSCK1_B_MARK, | 2170 | HSCK2_B_MARK, |
2171 | }; | 2171 | }; |
2172 | static const unsigned int hscif2_ctrl_b_pins[] = { | 2172 | static const unsigned int hscif2_ctrl_b_pins[] = { |
2173 | /* RTS, CTS */ | 2173 | /* RTS, CTS */ |
@@ -2240,7 +2240,7 @@ static const unsigned int hscif4_ctrl_pins[] = { | |||
2240 | RCAR_GP_PIN(1, 15), RCAR_GP_PIN(1, 14), | 2240 | RCAR_GP_PIN(1, 15), RCAR_GP_PIN(1, 14), |
2241 | }; | 2241 | }; |
2242 | static const unsigned int hscif4_ctrl_mux[] = { | 2242 | static const unsigned int hscif4_ctrl_mux[] = { |
2243 | HRTS4_N_MARK, HCTS3_N_MARK, | 2243 | HRTS4_N_MARK, HCTS4_N_MARK, |
2244 | }; | 2244 | }; |
2245 | 2245 | ||
2246 | static const unsigned int hscif4_data_b_pins[] = { | 2246 | static const unsigned int hscif4_data_b_pins[] = { |