I am trying to test TOUCH on the combo IMX6SLLEVK + IMXEBOOKDC4.
I have tried loading the full image: LF_v5.10_1.0.0_images_IMX6SLLEVK>imx-image-full-imx6sllevk.wic
cat /proc/bus/input/devices does not detect the i2c for the touch device
It looks like ELAN is enabled in the config:
root@imx6sllevk:~# zcat /proc/config.gz | grep -i ELAN_TS
CONFIG_TOUCHSCREEN_ELAN_TS=y
dmesg | grep -i elan does not return anything
I also tried building an image via Yocto but not sure what to add to the dts to configure ELAN.
Can anyone help?