On Tue, 24 Sep 2024 14:00:41 +0200, Francesco Dolcini wrote: > From: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> > > Add support for the Toradex Verdin AM62 Ivy carrier board. Ivy is a carrier > board designed for industrial environments, supporting industrial > I/O interfaces such as CAN, RS485, RS232, Gigabit Ethernet, 0-25mA analog > inputs, relays, PCIe and more. The board also includes a TPM for security > applications. > > https://www.toradex.com/products/carrier-board/ivy-carrier-board > > João Paulo Gonçalves (3): > dt-bindings: arm: ti: Add verdin am62 ivy board > arm64: dts: ti: k3-am62-verdin: add label to som adc node > arm64: dts: ti: k3-am62-verdin: Add Ivy carrier board > > .../devicetree/bindings/arm/ti/k3.yaml | 2 + > arch/arm64/boot/dts/ti/Makefile | 2 + > .../arm64/boot/dts/ti/k3-am62-verdin-ivy.dtsi | 655 ++++++++++++++++++ > arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 3 +- > .../dts/ti/k3-am625-verdin-nonwifi-ivy.dts | 22 + > .../boot/dts/ti/k3-am625-verdin-wifi-ivy.dts | 22 + > 6 files changed, 705 insertions(+), 1 deletion(-) > create mode 100644 arch/arm64/boot/dts/ti/k3-am62-verdin-ivy.dtsi > create mode 100644 arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-ivy.dts > create mode 100644 arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-ivy.dts > > -- > 2.39.5 > > 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 ti/k3-am625-verdin-nonwifi-ivy.dtb ti/k3-am625-verdin-wifi-ivy.dtb' for 20240924120044.130913-1-francesco@xxxxxxxxxx: arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-ivy.dtb: syscon@43000000: compatible: ['syscon', 'simple-mfd'] is too short from schema $id: http://devicetree.org/schemas/mfd/syscon-common.yaml# arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-ivy.dtb: syscon@43000000: compatible: ['syscon', 'simple-mfd'] is too short from schema $id: http://devicetree.org/schemas/mfd/syscon-common.yaml#