aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/spitz.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r--arch/arm/mach-pxa/spitz.c4
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