From 4c466545c654135243b4ca39873f0382b4478c86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=82=93=E8=AE=AD=E9=87=91?= Date: Wed, 25 Aug 2010 09:12:29 +0800 Subject: [PATCH] =?utf8?q?=E7=94=B5=E5=AE=B9=E5=B1=8F=20ctp=5Fit7250=20?= =?utf8?q?=E5=BF=98=E8=AE=B0=E6=8F=90=E4=BA=A4board=5Fi2c1=5Fdevices?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- arch/arm/mach-rk2818/board-raho.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/mach-rk2818/board-raho.c b/arch/arm/mach-rk2818/board-raho.c index b302c9ecce80..b91f5b215fbd 100755 --- a/arch/arm/mach-rk2818/board-raho.c +++ b/arch/arm/mach-rk2818/board-raho.c @@ -701,6 +701,14 @@ static struct i2c_board_info __initdata board_i2c1_devices[] = { .platform_data = &rk2818_gs_platdata, }, #endif +#if defined (CONFIG_TOUCHSCREEN_IT7250) //add by robert for ctp_it7250 + { + .type = "Ctp_it7250", + .addr = 0x46, + .flags = 0, + .irq = RK2818_PIN_PE1, + }, +#endif //end add {}, }; -- 2.34.1