Message ID | 20240924120044.130913-1-francesco@dolcini.it (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: ti: k3-am62-verdin: Add Ivy carrier board | expand |
On Tue, 24 Sep 2024 14:00:41 +0200, Francesco Dolcini wrote: > From: Francesco Dolcini <francesco.dolcini@toradex.com> > > 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@dolcini.it: 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#
Hi Francesco Dolcini, On Tue, 24 Sep 2024 14:00:41 +0200, Francesco Dolcini wrote: > 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 > > [...] I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/3] dt-bindings: arm: ti: Add verdin am62 ivy board commit: 9db282063b2daf5558400feb7293043b66c5263b [2/3] arm64: dts: ti: k3-am62-verdin: add label to som adc node commit: 25c8a5bebd652ad26d99701c9b2e979d7a1c11b4 [3/3] arm64: dts: ti: k3-am62-verdin: Add Ivy carrier board commit: 881f5e9d808243d27830b3ed294e2e8abda05e62 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git -- Vignesh
From: Francesco Dolcini <francesco.dolcini@toradex.com> 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