Andy Green wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Somebody in the thread at some point said:
>
> | @@ -539,6 +539,11 @@ static struct i2c_board_info om_gta03_i2c_devs[]
> | __initdata = {
> | .irq = GTA03_IRQ_PMU,
> | .platform_data = &om_gta03_pcf_pdata,
> | },
> | + {
>
> Matt these patches seem to be shredded by the mail process... tabs are a
> space, leading space is missing.
>
> Can you send them again as attachment or try another way for inline?
>
OK. This patch is attached.
Matt
> - -Andy
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
>
> iEYEARECAAYFAklRP3UACgkQOjLpvpq7dMrRGACcDele4uEdqC69eo4EyN0B+90T
> 6ZsAnAsk7vAyw2d5ZzjWVuUi/JCCZwyF
> =ebrE
> -----END PGP SIGNATURE-----
>
From: Matt Hsu <[email protected]>
Date: Tue, 23 Dec 2008 00:03:32 +0800
register pcap7200 device on gta03.
Signed-off-by: Matt Hsu <[email protected]>
---
arch/arm/mach-s3c6410/mach-om-gta03.c | 5 +++++
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 4c23401..6ff3aad 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,
+ },
+
};
--
1.5.5.1