summary refs log tree commit diff
path: root/arch/arm/mach-pxa/ezx.c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-11-28 16:00:24 +0800
committerEric Miao <eric.miao@marvell.com>2008-12-02 14:42:40 +0800
commit6f584cfab47173bcbf06b67cb22d519e95317311 (patch)
treea8f89cd017e6e8b66cc7aa4a77c38951bb0fd628 /arch/arm/mach-pxa/ezx.c
parent14758220520c45755ae9de3c3073f03bd71f098a (diff)
downloadlinux-6f584cfab47173bcbf06b67cb22d519e95317311.tar.gz
[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/ezx.c')
-rw-r--r--arch/arm/mach-pxa/ezx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/ezx.c b/arch/arm/mach-pxa/ezx.c
index cc3d850cc0b6..a3084125aee7 100644
--- a/arch/arm/mach-pxa/ezx.c
+++ b/arch/arm/mach-pxa/ezx.c
@@ -112,6 +112,10 @@ static unsigned long ezx_pin_config[] __initdata = {
 	GPIO91_USB_P3_1,	/* ICL_XRXD */
 	GPIO56_USB_P3_4,	/* ICL_VMOUT */
 	GPIO113_USB_P3_3,	/* /ICL_VMIN */
+
+	/* I2C */
+	GPIO117_I2C_SCL,
+	GPIO118_I2C_SDA,
 };
 
 static void __init ezx_init(void)