[PATCH v1] arm: dts: st: Add MECIO1 and MECT1S board variants
Rob Herring (Arm)
robh at kernel.org
Tue Aug 6 06:43:43 PDT 2024
On Tue, 06 Aug 2024 14:03:32 +0200, Oleksij Rempel wrote:
> From: David Jander <david at protonic.nl>
>
> Introduce device tree support for the MECIO1 and MECT1S board variants.
> MECIO1 is an I/O and motor control board used in blood sample analysis
> machines. MECT1S is a 1000Base-T1 switch for internal machine networks
> of blood sample analysis machines.
>
> Signed-off-by: David Jander <david at protonic.nl>
> Signed-off-by: Oleksij Rempel <o.rempel at pengutronix.de>
> ---
> .../devicetree/bindings/arm/stm32/stm32.yaml | 8 +
> arch/arm/boot/dts/st/Makefile | 3 +
> arch/arm/boot/dts/st/stm32mp151c-mecio1r0.dts | 48 ++
> arch/arm/boot/dts/st/stm32mp151c-mect1s.dts | 297 ++++++++++
> arch/arm/boot/dts/st/stm32mp153c-mecio1r1.dts | 48 ++
> .../arm/boot/dts/st/stm32mp15x-mecio1-io.dtsi | 533 ++++++++++++++++++
> 6 files changed, 937 insertions(+)
> create mode 100644 arch/arm/boot/dts/st/stm32mp151c-mecio1r0.dts
> create mode 100644 arch/arm/boot/dts/st/stm32mp151c-mect1s.dts
> create mode 100644 arch/arm/boot/dts/st/stm32mp153c-mecio1r1.dts
> create mode 100644 arch/arm/boot/dts/st/stm32mp15x-mecio1-io.dtsi
>
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 st/stm32mp151c-mecio1r0.dtb st/stm32mp151c-mect1s.dtb st/stm32mp153c-mecio1r1.dtb' for 20240806120332.405064-1-o.rempel at pengutronix.de:
arch/arm/boot/dts/st/stm32mp151c-mect1s.dtb: switch at 0: Unevaluated properties are not allowed ('reset-gpios' was unexpected)
from schema $id: http://devicetree.org/schemas/net/dsa/nxp,sja1105.yaml#
More information about the linux-arm-kernel
mailing list