All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Gilles Talis <gilles.talis@gmail.com>
Cc: shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org,
	 festevam@gmail.com, devicetree@vger.kernel.org,
	conor+dt@kernel.org,  imx@lists.linux.dev, alex@voxelbotics.com,
	 krzysztof.kozlowski+dt@linaro.org
Subject: Re: [PATCH 0/3] Add support for Emcraft Systems NavQ+ kit
Date: Thu, 28 Mar 2024 16:01:07 -0500	[thread overview]
Message-ID: <171165955958.338166.637159959517861082.robh@kernel.org> (raw)
In-Reply-To: <20240328202320.187596-1-gilles.talis@gmail.com>


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@gmail.com:

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#






WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Gilles Talis <gilles.talis@gmail.com>
Cc: shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org,
	 festevam@gmail.com, devicetree@vger.kernel.org,
	conor+dt@kernel.org,  imx@lists.linux.dev, alex@voxelbotics.com,
	 krzysztof.kozlowski+dt@linaro.org
Subject: Re: [PATCH 0/3] Add support for Emcraft Systems NavQ+ kit
Date: Thu, 28 Mar 2024 16:01:07 -0500	[thread overview]
Message-ID: <171165955958.338166.637159959517861082.robh@kernel.org> (raw)
In-Reply-To: <20240328202320.187596-1-gilles.talis@gmail.com>


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@gmail.com:

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#






_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2024-03-28 21:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28 20:23 [PATCH 0/3] Add support for Emcraft Systems NavQ+ kit Gilles Talis
2024-03-28 20:23 ` Gilles Talis
2024-03-28 20:23 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Emcraft Systems Gilles Talis
2024-03-28 20:23   ` Gilles Talis
2024-03-28 22:00   ` Krzysztof Kozlowski
2024-03-28 22:00     ` Krzysztof Kozlowski
2024-03-28 20:23 ` [PATCH 2/3] dt-bindings: arm: Add Emcraft Systems i.MX8M Plus NavQ+ Kit Gilles Talis
2024-03-28 20:23   ` Gilles Talis
2024-03-28 22:00   ` Krzysztof Kozlowski
2024-03-28 22:00     ` Krzysztof Kozlowski
2024-03-28 20:23 ` [PATCH 3/3] arm64: dts: freescale: Add device tree for Emcraft Systems " Gilles Talis
2024-03-28 20:23   ` Gilles Talis
2024-03-28 20:42   ` Andrew Lunn
2024-03-28 20:42     ` Andrew Lunn
2024-03-29 22:08     ` Gilles Talis
2024-03-29 22:08       ` Gilles Talis
2024-03-28 22:04   ` Krzysztof Kozlowski
2024-03-28 22:04     ` Krzysztof Kozlowski
2024-03-29 21:43     ` Gilles Talis
2024-03-28 22:55   ` Fabio Estevam
2024-03-28 22:55     ` Fabio Estevam
2024-03-29 21:44     ` Gilles Talis
2024-03-28 21:01 ` Rob Herring [this message]
2024-03-28 21:01   ` [PATCH 0/3] Add support for Emcraft Systems NavQ+ kit Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=171165955958.338166.637159959517861082.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=alex@voxelbotics.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=gilles.talis@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.