summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_atmel-mxt_overlay.dts
AgeCommit message (Collapse)Author
2021-03-27overlays: cosmetic clean-upMarcel Ziswiler
Cosmetic clean-up without any functional impact: - white space clean-up - re-order nodes/properties - adding missing new lines - remove obsolete includes - remove spurious new lines - change 7", 7inch, 10" and 10inch consistently to 7 inch resp. 10 inch Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2021-02-18Add license to all overlaysPhilippe Schenker
Use the same license as we use on regular linux-tree Related-to: ELB-2958 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2021-01-20overlays: apalis-imx6: fix atmel-mxt ts overlayOleksandr Suvorov
The driver of Fusion 7 touchscreen uses the same pins as Atmel MXT. Disable fusion_f0710a so that the atmel_mxt_ts starts working well. Related-to: ELB-3398 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-24overlays: apalis-imx6: remove definition of atmel_mxt_tsOleksandr Suvorov
According to the decision to use overlays just for enabling subsystems, remove the definition of Atmel MXT touchscreen device, leaving only enabling it and related stuff. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-09overlays: apalis-imx6: atmel-mxt: add pingroupsOleksandr Suvorov
Handle Interrupt and Reset pin groups by atmel mxt ts driver. Related-to: ELB-2943 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-08-20apalis-imx6: convert atmel mxt to syntactic sugarOleksandr Suvorov
Convert an overlay file for Atmel MXT multitouch adapter for Apalis iMX6 module into Syntactic Sugar format, as this format is strongly recommended in Embedded Linux Wiki [1]. [1] https://elinux.org/Device_Tree_Reference#Overlay_Source_Format Related-to: ELB-2834 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-05-26overlays: add initial overlaysIgor Opaniuk
Naming format: <machine>_<function>_overlay.dts Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>