Integrate linux-seco-imx/seco_lf-5.10.y_develop_cypressV5
Commit: edgehog/bsp/nxp/linux-seco-imx@9436e90a
[DRIVER][TOUCH] fix Cypress TrueTouch(TM) v5 driver compatibility with kernel 5.10
- replace deprecated function setup_timer with timer_setup
- use of_get_named_gpio when reading devicetree gpio settings
--
Commit: edgehog/bsp/nxp/linux-seco-imx@852df55e
[DRIVER][TOUCH] add Cypress TrueTouch(TM) v5 driver from legacy seco kernel
modified: drivers/input/touchscreen/Kconfig
modified: drivers/input/touchscreen/Makefile
new file: drivers/input/touchscreen/cyttsp5/Kconfig
new file: drivers/input/touchscreen/cyttsp5/Makefile
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_btn.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_core.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_debug.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_device_access.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_devtree.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_i2c.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_loader.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_mt_common.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_mta.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_mtb.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_platform.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_proximity.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_regs.h
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_spi.c
new file: drivers/input/touchscreen/cyttsp5/cyttsp5_test_device_access_api.c
new file: include/linux/cyttsp5_core.h
new file: include/linux/cyttsp5_device_access-api.h
new file: include/linux/cyttsp5_platform.h