]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pinctrl: sh-pfc: sh73a0: Fix fsic_spdif pin groups
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 23 Jan 2019 15:51:21 +0000 (16:51 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 11 Feb 2019 13:11:25 +0000 (14:11 +0100)
There are two pin groups for the FSIC SPDIF signal, but the FSIC pin
group array lists only one, and it refers to a nonexistent group.

Fixes: 2ecd4154c906b7d6 ("sh-pfc: sh73a0: Add FSI pin groups and functions")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
drivers/pinctrl/sh-pfc/pfc-sh73a0.c

index 085770e66895680a5bd32728b6e98352f597ea4f..ef3da8bf1d8700fa4e8819708be899a8514acf21 100644 (file)
@@ -3354,7 +3354,8 @@ static const char * const fsic_groups[] = {
        "fsic_sclk_out",
        "fsic_data_in",
        "fsic_data_out",
-       "fsic_spdif",
+       "fsic_spdif_0",
+       "fsic_spdif_1",
 };
 
 static const char * const fsid_groups[] = {