projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
112b899
)
电容屏 ctp_it7250 忘记提交board_i2c1_devices
author
邓训金
<dxj@rock-chips.com>
Wed, 25 Aug 2010 01:12:29 +0000
(09:12 +0800)
committer
邓训金
<dxj@rock-chips.com>
Wed, 25 Aug 2010 01:13:38 +0000
(09:13 +0800)
arch/arm/mach-rk2818/board-raho.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk2818/board-raho.c
b/arch/arm/mach-rk2818/board-raho.c
index b302c9ecce80bfd71b325e386ecbd60124cf3730..b91f5b215fbd8c49f72e40961df9221855f2f6e3 100755
(executable)
--- 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
{},
};