hi I can not drive atmel mxt1066T2 with NanoPC-T3 borad. I add following code to device.c file in address arch/arm/plat-s5p6818 but no get responses from touch screen. first added code: /* TSP */ static struct mxt_platform_data mxt_platform_data = { .x_line = 18, .y_line = 11, .x_size = 1024, .y_siz...