aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-10-21 05:09:43 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-10-21 05:09:43 -0400
commit7dd0558d700133249ffa484b67ea51d59f9c49f4 (patch)
treebb4b7531775b7c2fabcec2cec0a8da7551b29e71 /arch/sh/kernel
parentdd0e20e58837dfef0d0c34c247bede86ae34d99b (diff)
sh: Hook up PB0->PB7 input-only pins in SH7203 PFC.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r--arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c b/arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c
index 3ab56a4e744d..6fbc2aa10831 100644
--- a/arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c
+++ b/arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c
@@ -1083,14 +1083,14 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = {
1083 PB10_IN, PB10_OUT, 1083 PB10_IN, PB10_OUT,
1084 PB9_IN, PB9_OUT, 1084 PB9_IN, PB9_OUT,
1085 PB8_IN, PB8_OUT, 1085 PB8_IN, PB8_OUT,
1086 0, 0, 1086 PB7_IN, 0,
1087 0, 0, 1087 PB6_IN, 0,
1088 0, 0, 1088 PB5_IN, 0,
1089 0, 0, 1089 PB4_IN, 0,
1090 0, 0, 1090 PB3_IN, 0,
1091 0, 0, 1091 PB2_IN, 0,
1092 0, 0, 1092 PB1_IN, 0,
1093 0, 0 } 1093 PB0_IN, 0 }
1094 }, 1094 },
1095 { PINMUX_CFG_REG("PBCRL4", 0xfffe3890, 16, 4) { 1095 { PINMUX_CFG_REG("PBCRL4", 0xfffe3890, 16, 4) {
1096 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1096 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{ 1595{
1596 return register_pinmux(&sh7203_pinmux_info); 1596 return register_pinmux(&sh7203_pinmux_info);
1597} 1597}
1598
1599arch_initcall(plat_pinmux_setup); 1598arch_initcall(plat_pinmux_setup);