[PATCH 0/3] Add Variscite i.MX6UL SoM and Concerto board support
Rob Herring (Arm)
robh at kernel.org
Thu Jan 23 07:57:48 PST 2025
On Tue, 21 Jan 2025 10:33:26 +0100, Antonin Godard wrote:
> This patch series adds 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 at bootlin.com>
> ---
> 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 | 331 +++++++++++++++++++++
> arch/arm/boot/dts/nxp/imx/imx6ul-var-som.dtsi | 232 +++++++++++++++
> 4 files changed, 570 insertions(+)
> ---
> base-commit: ffd294d346d185b70e28b1a28abe367bbfe53c04
> change-id: 20250120-varsom6ul-concerto-dts-a08be2a6219b
>
> Best regards,
> --
> Antonin Godard <antonin.godard at bootlin.com>
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/nxp/' for 20250121-varsom6ul-concerto-dts-v1-0-eb349acf0ac6 at bootlin.com:
arch/arm/boot/dts/nxp/imx/imx6dl-b125v2.dtb: clock-controller at 20c4000: clocks: [[23]] is too short
from schema $id: http://devicetree.org/schemas/clock/imx6q-clock.yaml#
More information about the linux-arm-kernel
mailing list