Commits
Dandan Sun committed 948f0e2ea69
MA-16650-2 [Android_i.MX8MN_EVK]MIPI-PANEL:Touch does't work on mipi panel display.100% insmod synaptics_dsx_i2c.ko on imx8mq, imx8mm, imx8mn,imx8mp. because on kernel 5.4, need to load lcd module before loading touch module, if touch module was build in, and add dependency in lcd dts, on kernel 5.4, if touch probes earlier than lcd, will cause some problems, because lcd module can't be probe successfully in the first time, if set dependency, when lcd probe failed in the first time, and then probe touch, i2c bus will hang so need to build synaptics_dsx_i2c as module. Change-Id: I881ea380c281c6cc3654a6f091c32fc45829ac3d Signed-off-by: Dandan Sun <dandan.sun@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/11654 Reviewed-by: zhang sanshan <sanshan.zhang@nxp.com>