diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-11-28 03:00:24 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-12-02 01:42:40 -0500 |
commit | 6f584cfab47173bcbf06b67cb22d519e95317311 (patch) | |
tree | a8f89cd017e6e8b66cc7aa4a77c38951bb0fd628 /arch/arm/mach-pxa/spitz.c | |
parent | 14758220520c45755ae9de3c3073f03bd71f098a (diff) |
[ARM] pxa: move I2C pin configurations out into board specific files
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 3be76ee2bdbf..ebfb146f2214 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -122,6 +122,10 @@ static unsigned long spitz_pin_config[] __initdata = { | |||
122 | GPIO105_GPIO, /* SPITZ_GPIO_CF_IRQ */ | 122 | GPIO105_GPIO, /* SPITZ_GPIO_CF_IRQ */ |
123 | GPIO106_GPIO, /* SPITZ_GPIO_CF2_IRQ */ | 123 | GPIO106_GPIO, /* SPITZ_GPIO_CF2_IRQ */ |
124 | 124 | ||
125 | /* I2C */ | ||
126 | GPIO117_I2C_SCL, | ||
127 | GPIO118_I2C_SDA, | ||
128 | |||
125 | GPIO1_GPIO | WAKEUP_ON_EDGE_RISE, | 129 | GPIO1_GPIO | WAKEUP_ON_EDGE_RISE, |
126 | }; | 130 | }; |
127 | 131 | ||