summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx8x_atmel-mxt_overlay.dts
AgeCommit message (Collapse)Author
2020-10-07overlay: apalis-imx8x: fix pinctrl groupsOleksandr Suvorov
Apalis iMX8X uses common GPIO5/GPIO6 pins as int/reset signals for atmel_mxt. Use proper pinctrl groups in the driver. Related-to: ELB-2943 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-09-11overlays: fix compatible optionsOleksandr Suvorov
Use official names of SoM in compatible options. Affected apalis-imx8, apalis-imx8x, colibri-imx8x. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-09-11overlays: colibri/apalis-imx8qm/qxp: make compatible with toradex_5.4-2.1.x-imxOleksandr Suvorov
Some NXP SoC subsystems are renamed. Fix names in overlay files to make them compatible to kernel version toradex_5.4-2.1.x-imx. Related-to: ELB-2900 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-09-01mx8: follow pad macro changesMax Krummenacher
The prefix to the pad macros changed in 5.4.24_2.1.0. Follow that. Related-to: ELB-2943 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-08-20apalis-imx8x: convert atmel mxt to syntactic sugarOleksandr Suvorov
Convert an overlay file for Atmel MXT multitouch adapter for Apalis iMX8QXP 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>