lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 24 Jan 2024 11:13:18 -0300
From: Hiago De Franco <hiagofranco@...il.com>
To: Shawn Guo <shawnguo@...nel.org>,
	linux-arm-kernel@...ts.infradead.org
Cc: Rob Herring <robh+dt@...nel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
	Conor Dooley <conor+dt@...nel.org>,
	Sascha Hauer <s.hauer@...gutronix.de>,
	Pengutronix Kernel Team <kernel@...gutronix.de>,
	Fabio Estevam <festevam@...il.com>,
	NXP Linux Team <linux-imx@....com>,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Hiago De Franco <hiago.franco@...adex.com>
Subject: [PATCH v2 0/2] nxp: imx: Add support for Apalis Evaluation Board v1.2

From: Hiago De Franco <hiago.franco@...adex.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.

v1:
  - https://lore.kernel.org/all/20240122123526.43400-1-hiagofranco@gmail.com/

v2:
  - Add missing off-on-delay-us property with 100ms to reg_3v3_mmc and
  reg_3v3_sd.
  - Fix startup-delay-us property from 100us (reg_3v3_mmc and reg_3v3_sd)
  and 1ms (reg_can1 and reg_can2) to 10ms.
  - Fix pinctrl mux from 0xb000 to 0x1b0b0.
  - Add Acked-by: Conor Dooley.
  - Add Reviewed-by: Francesco Dolcini.

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    | 200 ++++++++++++++++++
 .../boot/dts/nxp/imx/imx6q-apalis-eval.dts    | 108 +---------
 .../boot/dts/nxp/imx/imx6q-apalis-eval.dtsi   | 120 +++++++++++
 5 files changed, 325 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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ