aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/ezx.c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2008-11-28 03:00:24 -0500
committerEric Miao <eric.miao@marvell.com>2008-12-02 01:42:40 -0500
commit6f584cfab47173bcbf06b67cb22d519e95317311 (patch)
treea8f89cd017e6e8b66cc7aa4a77c38951bb0fd628 /arch/arm/mach-pxa/ezx.c
parent14758220520c45755ae9de3c3073f03bd71f098a (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/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 cc3d850cc0b..a3084125aee 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 = {
112 GPIO91_USB_P3_1, /* ICL_XRXD */ 112 GPIO91_USB_P3_1, /* ICL_XRXD */
113 GPIO56_USB_P3_4, /* ICL_VMOUT */ 113 GPIO56_USB_P3_4, /* ICL_VMOUT */
114 GPIO113_USB_P3_3, /* /ICL_VMIN */ 114 GPIO113_USB_P3_3, /* /ICL_VMIN */
115
116 /* I2C */
117 GPIO117_I2C_SCL,
118 GPIO118_I2C_SDA,
115}; 119};
116 120
117static void __init ezx_init(void) 121static void __init ezx_init(void)