Thanks for you help!
I'm working with the 3.14.28.
I think the the gpios are not used in linux,and I only change the DTS .config file,not change the linux source code.
On the mqx side add RDC_PDAP_EIM_ID to rdc_perpheral_m4[] in init_hw.c.I use MQX to control the EIM;
The gpio I'm using is LWGPIO_PIN_LCD1_VSYNC.The gpio init sequence list below:
lw_gpio_init();
lwgpio_set_functionality();
lwgpio_set_attribute();
lwgpio_int_init();
_int_install_isr();
_bsp_int_init();
lwgpio_int_enable();
I'm a newer to i.mx,Please tell me what files to check.