Commit 7dd0558d authored by Paul Mundt's avatar Paul Mundt

sh: Hook up PB0->PB7 input-only pins in SH7203 PFC.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent dd0e20e5
...@@ -1083,14 +1083,14 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = { ...@@ -1083,14 +1083,14 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = {
PB10_IN, PB10_OUT, PB10_IN, PB10_OUT,
PB9_IN, PB9_OUT, PB9_IN, PB9_OUT,
PB8_IN, PB8_OUT, PB8_IN, PB8_OUT,
0, 0, PB7_IN, 0,
0, 0, PB6_IN, 0,
0, 0, PB5_IN, 0,
0, 0, PB4_IN, 0,
0, 0, PB3_IN, 0,
0, 0, PB2_IN, 0,
0, 0, PB1_IN, 0,
0, 0 } PB0_IN, 0 }
}, },
{ PINMUX_CFG_REG("PBCRL4", 0xfffe3890, 16, 4) { { PINMUX_CFG_REG("PBCRL4", 0xfffe3890, 16, 4) {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
...@@ -1595,5 +1595,4 @@ static int __init plat_pinmux_setup(void) ...@@ -1595,5 +1595,4 @@ static int __init plat_pinmux_setup(void)
{ {
return register_pinmux(&sh7203_pinmux_info); return register_pinmux(&sh7203_pinmux_info);
} }
arch_initcall(plat_pinmux_setup); arch_initcall(plat_pinmux_setup);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment