]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
pinctrl: sh-pfc: r8a7791: Fix scifb2_data_c pin group
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 23 Jan 2019 16:07:43 +0000 (17:07 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 11 Feb 2019 13:11:02 +0000 (14:11 +0100)
The entry for "scifb2_data_c" in the SCIFB2 pin group array contains a
typo, thus the group cannot be selected.

Fixes: 5088451962389924 ("pinctrl: sh-pfc: r8a7791 PFC support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
drivers/pinctrl/sh-pfc/pfc-r8a7791.c

index bd363f2e196fcc26f42f2e569ef2fa395a037332..d8b13d4e9bbff7cb935dba68d727c4917d650e61 100644 (file)
@@ -5236,7 +5236,7 @@ static const char * const scifb2_groups[] = {
        "scifb2_data_b",
        "scifb2_clk_b",
        "scifb2_ctrl_b",
-       "scifb0_data_c",
+       "scifb2_data_c",
        "scifb2_clk_c",
        "scifb2_data_d",
 };