[PATCH v1 0/2] nxp: imx: Add support for Apalis Evaluation Board v1.2

Hiago De Franco posted 2 patches 1 year, 11 months ago
There is a newer version of this series
.../devicetree/bindings/arm/fsl.yaml          |   3 +-
arch/arm/boot/dts/nxp/imx/Makefile            |   1 +
.../dts/nxp/imx/imx6q-apalis-eval-v1.2.dts    | 198 ++++++++++++++++++
.../boot/dts/nxp/imx/imx6q-apalis-eval.dts    | 108 +---------
.../boot/dts/nxp/imx/imx6q-apalis-eval.dtsi   | 120 +++++++++++
5 files changed, 323 insertions(+), 107 deletions(-)
create mode 100644 arch/arm/boot/dts/nxp/imx/imx6q-apalis-eval-v1.2.dts
create mode 100644 arch/arm/boot/dts/nxp/imx/imx6q-apalis-eval.dtsi
[PATCH v1 0/2] nxp: imx: Add support for Apalis Evaluation Board v1.2
Posted by Hiago De Franco 1 year, 11 months ago
From: Hiago De Franco <hiago.franco@toradex.com>

This patch series introduces support for the new Apalis Evaluation Board
v1.2. With the introduction of v1.2, a common dtsi file, containing 
shared configurations for both apalis-eval.dts and apalis-eval-v1.2.dts,
has been created. The eval and eval-v1.2 dts files will now capture the
differences between these two boards. Additionally, updates have been
made to nxp/imx/Makefile and arm/fsl.yaml to accommodate these changes.

Hiago De Franco (2):
  dt-bindings: arm: fsl: Add toradex,apalis_imx6q-eval-v1.2 board
  arm: dts: nxp: imx: Add support for Apalis Evaluation Board v1.2

 .../devicetree/bindings/arm/fsl.yaml          |   3 +-
 arch/arm/boot/dts/nxp/imx/Makefile            |   1 +
 .../dts/nxp/imx/imx6q-apalis-eval-v1.2.dts    | 198 ++++++++++++++++++
 .../boot/dts/nxp/imx/imx6q-apalis-eval.dts    | 108 +---------
 .../boot/dts/nxp/imx/imx6q-apalis-eval.dtsi   | 120 +++++++++++
 5 files changed, 323 insertions(+), 107 deletions(-)
 create mode 100644 arch/arm/boot/dts/nxp/imx/imx6q-apalis-eval-v1.2.dts
 create mode 100644 arch/arm/boot/dts/nxp/imx/imx6q-apalis-eval.dtsi

-- 
2.43.0
Re: [PATCH v1 0/2] nxp: imx: Add support for Apalis Evaluation Board v1.2
Posted by Francesco Dolcini 1 year, 11 months ago
Hello Shawn,

On Mon, Jan 22, 2024 at 09:34:58AM -0300, Hiago De Franco wrote:
> From: Hiago De Franco <hiago.franco@toradex.com>
> 
> This patch series introduces support for the new Apalis Evaluation Board
> v1.2. With the introduction of v1.2, a common dtsi file, containing 
> shared configurations for both apalis-eval.dts and apalis-eval-v1.2.dts,
> has been created. The eval and eval-v1.2 dts files will now capture the
> differences between these two boards. Additionally, updates have been
> made to nxp/imx/Makefile and arm/fsl.yaml to accommodate these changes.

We found a couple of late issues during some additional testing on the
DTS, some regulator delays are not correct. Hiago will send a v2 in the
next couple of days.

Thanks,
Francesco