Message ID | 1440612144-16877-4-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
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,
Correct SCIF5 data pin numbers. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)