[PATCH v4 0/3] Add Variscite i.MX6UL SoM and Concerto board support
From: Antonin Godard
Date: Mon Mar 10 2025 - 12:40:27 EST
Add support for the i.MX6UL Variscite SoM (VAR-SOM-6UL) and the
Variscite Concerto Carrier Board.
I tested this with a VAR-SOM-6UL_G2_700C_512R_8N_IT_REV1.3A (one variant
of this SoM), meaning I couldn't test all of the possible options of the
SoM - so this device tree includes partial support for it.
These are based on the 5.15 Variscite kernel fork but adapted for
mainline.
Signed-off-by: Antonin Godard <antonin.godard@xxxxxxxxxxx>
---
Changes in v4:
- Add missing trailer on first patch ("Acked-by: Conor Dooley
<conor.dooley@xxxxxxxxxxxxx>").
- Link to v3: https://lore.kernel.org/r/20250310-varsom6ul-concerto-dts-v3-0-551e60713523@xxxxxxxxxxx
Changes in v3:
- Reviews from Shawn:
- Fix alphabetical order of nodes and pinctrl entries.
- Fix rmii-ref-clk label (remove "-grp" added by mistake).
- Fix order of properties for eth nodes.
- Convert deprecated fec properties to eth properties.
- Link to v2: https://lore.kernel.org/r/20250127-varsom6ul-concerto-dts-v2-0-4dac29256989@xxxxxxxxxxx
Changes in v2:
- Reviews from Krzysztof:
- Use imperative mood in commit descriptions.
- Remove backlight node as I am unable to test it.
- Rename gpled2 node to led-0, and set function, color and label for
it.
- Remove unnecessary comment "DS1337 RTC module".
- Rename binding "variscite,mx6concerto" to "variscite,mx6ulconcerto"
since this is for the VAR-SOM-6UL mounted on the Concerto.
- Remove pinctrl_ft5x06_ts_gpio iomuxc node, unused.
- Link to v1: https://lore.kernel.org/r/20250121-varsom6ul-concerto-dts-v1-0-eb349acf0ac6@xxxxxxxxxxx
---
Antonin Godard (3):
dt-bindings: arm: fsl: Add VAR-SOM-MX6UL SoM and Concerto board
ARM: dts: imx6ul: Add Variscite VAR-SOM-MX6UL SoM support
ARM: dts: imx6ul: Add Variscite Concerto board support
Documentation/devicetree/bindings/arm/fsl.yaml | 6 +
arch/arm/boot/dts/nxp/imx/Makefile | 1 +
.../boot/dts/nxp/imx/imx6ul-var-som-concerto.dts | 320 +++++++++++++++++++++
arch/arm/boot/dts/nxp/imx/imx6ul-var-som.dtsi | 233 +++++++++++++++
4 files changed, 560 insertions(+)
---
base-commit: 66683f3b2661643f694607283ee8f01b7a934c83
change-id: 20250120-varsom6ul-concerto-dts-a08be2a6219b
Best regards,
--
Antonin Godard <antonin.godard@xxxxxxxxxxx>