mbox series

[v7,0/2] Add Variscite VAR-SOM-MX93 support

Message ID 20240108110241.8555-1-othacehe@gnu.org
Headers show
Series Add Variscite VAR-SOM-MX93 support | expand

Message

Mathieu Othacehe Jan. 8, 2024, 11:02 a.m. UTC
Hey,

This is a v7 adding support for the Variscite VAR-SOM-MX93 SoM on Symphony
Board.

Thanks,

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
Changes in v7:
- Move the iomuxc nodes to the end of the files

Changes in v6:
- Fix gpio-keys and leds nodes
- Fix dtb_checks warnings

Changes in v5:
- Add gpio-keys and gpio-leds
- Enable lpuart6

Changes in v4:
- Add ethernet0 alias
- Remove useless properties

Changes in v3:
- Fix indentation on a continuation line
- Remove useless nodes and include

Changes in v2:
- Remove "nxp,pca9451a" block
- Fixed checkpatch warnings
- Fixed dtb_checks warnings
- Introduce dt-bindings documentation

v6: https://lore.kernel.org/linux-devicetree/20240103202243.26994-1-othacehe@gnu.org/


Mathieu Othacehe (2):
  dt-bindings: arm: fsl: Add VAR-SOM-MX93 with Symphony
  arm64: dts: imx93-var-som: Add Variscite VAR-SOM-MX93

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../dts/freescale/imx93-var-som-symphony.dts  | 351 ++++++++++++++++++
 .../boot/dts/freescale/imx93-var-som.dtsi     | 111 ++++++
 4 files changed, 469 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som.dtsi

Comments

Conor Dooley Jan. 19, 2024, 5:16 p.m. UTC | #1
On Fri, Jan 19, 2024 at 10:31:49AM +0100, Mathieu Othacehe wrote:
> 
> Hey,
> 
> > This is a v7 adding support for the Variscite VAR-SOM-MX93 SoM on Symphony
> > Board.
> 
> Friendly ping :) Is there something else that I can do here?

It's the merge window, you'll have to wait until next week to get
anything applied most likely - unless Linus extends it due to the power
outtages that he has had.

Cheers,
Conor.