On Fri, Feb 28, 2025 at 6:53 AM Ernest Van Hoecke <[email protected]> wrote: > > Apalis/Colibri iMX6 V1.2 will replace the STMPE811 ADC/Touch controller > which is EOL by the TLA2024 ADC and AD7879 touch controller. > To support this new version, we detect the presence of either the > STMPE811 or TLA2024 during boot and set a new environment variable named > "variant". This will allow us to select the correct DT easily. > > "variant" environment variable behaviour: > - Empty or absent for all versions below v1.2 (STMPE811) > - "-v1.2" for all versions starting from v1.2 (TLA2024 + AD7879) > > This behaviour is then used by the PREBOOT logic: > preboot=test -n ${fdtfile} || setenv fdtfile > imx6q-apalis${variant}-${fdt_board}.dtb > > Ernest Van Hoecke (2): > board: toradex: apalis/colibri imx6: Detect new v1.2 SoM variant > toradex: apalis/colibri imx6: Select correct DTB for SoM v1.2+
Please run /scripts/checkpatch.pl and fix the following warning: From:/Signed-off-by: email address mismatch: 'From: Ernest Van Hoecke <[email protected]>' != 'Signed-off-by: Ernest Van Hoecke <[email protected]>'

