Commits
Dandan Sun committed 9394f027d42
MA-16650-1 [Android_i.MX8MN_EVK]MIPI-PANEL:Touch does't work on mipi panel display.100% Revert "MA-16251 [Android_EVK_8M_10.0_2.0.0] Enable mipi panel touch" This reverts commit 90ec932b19cefbdeeafc09a86400fe166f27d822. need to insmod synaptics_dsx_i2c.ko 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: Id442ae4a7710dd24bf1d313398368aeb608e8c76