Correct SCIF5 data pin numbers. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c index 83cce48da9f928b7..52faa7faccdc5488 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c @@ -2405,7 +2405,7 @@ static const unsigned int scif4_ctrl_c_mux[] = { /* - SCIF5 ------------------------------------------------------------------ */ static const unsigned int scif5_data_pins[] = { /* RX, TX */ - RCAR_GP_PIN(2, 19), RCAR_GP_PIN(2, 21), + RCAR_GP_PIN(5, 19), RCAR_GP_PIN(5, 21), }; static const unsigned int scif5_data_mux[] = { RX5_MARK, TX5_MARK, -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html