On Thu, 28 Mar 2024 16:23:17 -0400, Gilles Talis wrote: > Hello > > This series adds a device tree file for the Emcraft Systems NavQ+ kit [1] > > The first patch adds a new vendor prefix for Emcraft Systems > The second one adds the board to the arm/fsl.yaml DT bindings. > Last patch adds device tree file for the kit. > > [1] https://www.emcraft.com/products/1222 > > > Gilles Talis (3): > dt-bindings: vendor-prefixes: Add Emcraft Systems > dt-bindings: arm: Add Emcraft Systems i.MX8M Plus NavQ+ Kit > arm64: dts: freescale: Add device tree for Emcraft Systems NavQ+ Kit > > .../devicetree/bindings/arm/fsl.yaml | 1 + > .../devicetree/bindings/vendor-prefixes.yaml | 2 + > arch/arm64/boot/dts/freescale/Makefile | 1 + > .../arm64/boot/dts/freescale/imx8mp-navqp.dts | 435 ++++++++++++++++++ > 4 files changed, 439 insertions(+) > create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-navqp.dts > > > base-commit: 4cece764965020c22cff7665b18a012006359095 > -- > 2.39.2 > > > 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 freescale/imx8mp-navqp.dtb' for 20240328202320.187596-1-gilles.talis@xxxxxxxxx: arch/arm64/boot/dts/freescale/imx8mp-navqp.dtb: pinctrl@30330000: 'pmicirq', 'usdhc2grp-100mhz', 'usdhc2grp-200mhz', 'usdhc2grp-gpio', 'usdhc3grp-100mhz', 'usdhc3grp-200mhz' do not match any of the regexes: 'grp$', 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/pinctrl/fsl,imx8m-pinctrl.yaml# arch/arm64/boot/dts/freescale/imx8mp-navqp.dtb: pinctrl@30330000: usdhc2grp-gpio: {'fsl,pins': [[188, 796, 0, 5, 0, 452]], 'phandle': [[51]]} is not of type 'array' from schema $id: http://devicetree.org/schemas/gpio/gpio-consumer.yaml#