pinctrl: renesas: r8a779g0: Tidy up ioctrl_regs
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 1 Jul 2022 01:37:34 +0000 (01:37 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 5 Jul 2022 07:12:37 +0000 (09:12 +0200)
Remove POC2 which is not documented, and remove TD0SEL3 which is not
needed.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/874k01txy9.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/pinctrl/renesas/pfc-r8a779g0.c

index d590f91..70ca971 100644 (file)
@@ -3621,27 +3621,23 @@ static const struct pinmux_drive_reg pinmux_drive_regs[] = {
 enum ioctrl_regs {
        POC0,
        POC1,
-       POC2,
        POC3,
        POC4,
        POC5,
        POC6,
        POC7,
        POC8,
-       TD0SEL3,
 };
 
 static const struct pinmux_ioctrl_reg pinmux_ioctrl_regs[] = {
        [POC0]          = { 0xE60500A0, },
        [POC1]          = { 0xE60508A0, },
-       [POC2]          = { 0xE60580A0, },
        [POC3]          = { 0xE60588A0, },
        [POC4]          = { 0xE60600A0, },
        [POC5]          = { 0xE60608A0, },
        [POC6]          = { 0xE60610A0, },
        [POC7]          = { 0xE60618A0, },
        [POC8]          = { 0xE60680A0, },
-       [TD0SEL3]       = { 0xE60589C0, },
        { /* sentinel */ },
 };