From: Francesco Dolcini <[email protected]>
This series introduces support for the new Apalis Evaluation Board v1.2
for imx8qm-based Toradex SoM. With the introduction of board v1.2, a common
board configurations dtsi file and two version-specific dtsi board files were
added. Consequently, four possible dts files are generated to support the
range of different SoM versions. Additionally, updates have been made to dts
freescale/Makefile and arm/fsl.yaml to accommodate the changes.
Joao Paulo Goncalves (2):
dt-bindings: arm: fsl: add imx8qm apalis eval v1.2 carrier board
arm64: dts: freescale: imx8qm: add apalis eval v1.2 carrier board
.../devicetree/bindings/arm/fsl.yaml | 6 +-
arch/arm64/boot/dts/freescale/Makefile | 2 +
.../dts/freescale/imx8-apalis-eval-v1.1.dtsi | 26 ++++
.../dts/freescale/imx8-apalis-eval-v1.2.dtsi | 124 ++++++++++++++++++
.../boot/dts/freescale/imx8-apalis-eval.dtsi | 22 ----
.../dts/freescale/imx8qm-apalis-eval-v1.2.dts | 16 +++
.../boot/dts/freescale/imx8qm-apalis-eval.dts | 2 +-
.../imx8qm-apalis-v1.1-eval-v1.2.dts | 26 ++++
.../dts/freescale/imx8qm-apalis-v1.1-eval.dts | 2 +-
9 files changed, 200 insertions(+), 26 deletions(-)
create mode 100644 arch/arm64/boot/dts/freescale/imx8-apalis-eval-v1.1.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8-apalis-eval-v1.2.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8qm-apalis-eval-v1.2.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1-eval-v1.2.dts
--
2.39.2
On Thu, Jan 25, 2024 at 11:14:55AM +0100, Francesco Dolcini wrote:
> From: Francesco Dolcini <[email protected]>
>
> This series introduces support for the new Apalis Evaluation Board v1.2
> for imx8qm-based Toradex SoM. With the introduction of board v1.2, a common
> board configurations dtsi file and two version-specific dtsi board files were
> added. Consequently, four possible dts files are generated to support the
> range of different SoM versions. Additionally, updates have been made to dts
> freescale/Makefile and arm/fsl.yaml to accommodate the changes.
>
>
> Joao Paulo Goncalves (2):
> dt-bindings: arm: fsl: add imx8qm apalis eval v1.2 carrier board
> arm64: dts: freescale: imx8qm: add apalis eval v1.2 carrier board
Applied both, thanks!