pinctrl: renesas: r8a779g0: Tidy up ioctrl_regs
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>
This commit is contained in:
parent
b279b54b50
commit
5a494f02b8
|
@ -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 */ },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue