aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6410
diff options
context:
space:
mode:
authorMatt Hsu <matt_hsu@openmoko.org>2008-12-29 12:12:21 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-12-29 12:12:21 +0000
commitfef54d6ffdd05cf58ca61bb0d36fa749e2b676e7 (patch)
tree26952046e53662c10d43e67343e9d92ff71eac6f /arch/arm/mach-s3c6410
parent4f0d7f43b8a9d35be25f520834bbb13f2dae10f3 (diff)
register pcap7200 device on gta03.
Signed-off-by: Matt Hsu <matt_hsu@openmoko.org>
Diffstat (limited to 'arch/arm/mach-s3c6410')
-rw-r--r--arch/arm/mach-s3c6410/mach-om-gta03.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/mach-om-gta03.c b/arch/arm/mach-s3c6410/mach-om-gta03.c
index 4c23401285d..6ff3aad10be 100644
--- a/arch/arm/mach-s3c6410/mach-om-gta03.c
+++ b/arch/arm/mach-s3c6410/mach-om-gta03.c
@@ -539,6 +539,11 @@ static struct i2c_board_info om_gta03_i2c_devs[] __initdata = {
.irq = GTA03_IRQ_PMU,
.platform_data = &om_gta03_pcf_pdata,
},
+ {
+ I2C_BOARD_INFO("pcap7200", 0x0a),
+ .irq = GTA03_IRQ_TOUCH,
+ },
+
};