summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/magician.c
diff options
context:
space:
mode:
authorEric Miao2008-11-28 09:00:24 +0100
committerEric Miao2008-12-02 07:42:40 +0100
commit6f584cfab47173bcbf06b67cb22d519e95317311 (patch)
treea8f89cd017e6e8b66cc7aa4a77c38951bb0fd628 /arch/arm/mach-pxa/magician.c
parent[ARM] pxa: register Power I2C device only when necessary (diff)
downloadkernel-qcow2-linux-6f584cfab47173bcbf06b67cb22d519e95317311.tar.gz
kernel-qcow2-linux-6f584cfab47173bcbf06b67cb22d519e95317311.tar.xz
kernel-qcow2-linux-6f584cfab47173bcbf06b67cb22d519e95317311.zip
[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/magician.c')
-rw-r--r--arch/arm/mach-pxa/magician.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c
index 519138bc5f85..bf59cec27def 100644
--- a/arch/arm/mach-pxa/magician.c
+++ b/arch/arm/mach-pxa/magician.c
@@ -123,6 +123,10 @@ static unsigned long magician_pin_config[] __initdata = {
GPIO107_GPIO, /* DS1WM_IRQ */
GPIO108_GPIO, /* GSM_READY */
GPIO115_GPIO, /* nPEN_IRQ */
+
+ /* I2C */
+ GPIO117_I2C_SCL,
+ GPIO118_I2C_SDA,
};
/*