[PATCH v1 0/2] Support Apalis/Colibri imx6 v1.2
Fabio Estevam
festevam at gmail.com
Fri Feb 28 20:46:36 CET 2025
On Fri, Feb 28, 2025 at 6:53 AM Ernest Van Hoecke
<ernestvanhoecke at gmail.com> 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
<ernestvanhoecke at gmail.com>' != 'Signed-off-by: Ernest Van Hoecke
<ernest.vanhoecke at toradex.com>'
More information about the U-Boot
mailing list