From: "Rob Herring (Arm)" <robh@kernel.org>
To: Bhavin Sharma <bhavin.sharma@siliconsignals.io>
Cc: Hiago De Franco <hiago.franco@toradex.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Michael Walle <mwalle@kernel.org>,
Tim Harvey <tharvey@gateworks.com>,
Parthiban Nallathambi <parthiban@linumiz.com>,
Max Merchel <Max.Merchel@ew.tq-group.com>,
Conor Dooley <conor+dt@kernel.org>,
shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org,
Hugo Villeneuve <hvilleneuve@dimonoff.com>,
Joao Paulo Goncalves <joao.goncalves@toradex.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Gregor Herburger <gregor.herburger@ew.tq-group.com>,
imx@lists.linux.dev, Peng Fan <peng.fan@nxp.com>,
Mathieu Othacehe <m.othacehe@gmail.com>,
linux-kernel@vger.kernel.org,
Alexander Stein <alexander.stein@ew.tq-group.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>
Subject: Re: [PATCH v3 0/2] Add support Boundary Device Nitrogen8MP Universal SMARC Carrier Board
Date: Thu, 24 Oct 2024 11:33:16 -0500 [thread overview]
Message-ID: <172978739819.623555.106741073057492931.robh@kernel.org> (raw)
In-Reply-To: <20241023091231.10050-1-bhavin.sharma@siliconsignals.io>
On Wed, 23 Oct 2024 14:41:13 +0530, Bhavin Sharma wrote:
> Add initial support for Nitrogen8MP Universal SMARC Carrier Board with
> Nitrogen8MP SMARC System on Module.
>
> Change in V2:
>
> in patch 1/2:
> - Drop Unneeded line
> - Correct the indentation
>
> in patch 2/2:
> - Add Acked-by tag
>
> CHange in V3:
>
> in patch 1/2:
> - In version 2, I forgot to add the Makefile. Adding it now.
>
> Bhavin Sharma (2):
> arm64: dts: imx8mp: Add Boundary Device Nitrogen8MP Universal SMARC
> Carrier Board
> dt-bindings: arm: fsl: Add Boundary Device Nitrogen8MP Universal SMARC
> Carrier Board
>
> .../devicetree/bindings/arm/fsl.yaml | 6 +
> arch/arm64/boot/dts/freescale/Makefile | 1 +
> .../freescale/imx8mp-nitrogen-smarc-som.dtsi | 348 ++++++++++++++++++
> .../imx8mp-nitrogen-smarc-universal-board.dts | 17 +
> 4 files changed, 372 insertions(+)
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-nitrogen-smarc-som.dtsi
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-nitrogen-smarc-universal-board.dts
>
> --
> 2.43.0
>
>
>
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-nitrogen-smarc-universal-board.dtb' for 20241023091231.10050-1-bhavin.sharma@siliconsignals.io:
arch/arm64/boot/dts/freescale/imx8mp-nitrogen-smarc-universal-board.dtb: /soc@0/bus@30800000/i2c@30ae0000/gpio@20: failed to match any schema with compatible: ['microchip,mcp23018']
next prev parent reply other threads:[~2024-10-24 16:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-23 9:11 [PATCH v3 0/2] Add support Boundary Device Nitrogen8MP Universal SMARC Carrier Board Bhavin Sharma
2024-10-23 9:11 ` [PATCH v3 1/2] arm64: dts: imx8mp: Add " Bhavin Sharma
2024-10-23 9:11 ` [PATCH v3 2/2] dt-bindings: arm: fsl: " Bhavin Sharma
2024-10-24 16:33 ` Rob Herring (Arm) [this message]
2024-10-24 17:26 ` [PATCH v3 0/2] Add support " Fabio Estevam
2024-10-24 17:57 ` Tarang Raval
2024-11-01 9:54 ` Shawn Guo
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=172978739819.623555.106741073057492931.robh@kernel.org \
--to=robh@kernel.org \
--cc=Max.Merchel@ew.tq-group.com \
--cc=alexander.stein@ew.tq-group.com \
--cc=bhavin.sharma@siliconsignals.io \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=gregor.herburger@ew.tq-group.com \
--cc=hiago.franco@toradex.com \
--cc=hvilleneuve@dimonoff.com \
--cc=imx@lists.linux.dev \
--cc=joao.goncalves@toradex.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.othacehe@gmail.com \
--cc=mwalle@kernel.org \
--cc=parthiban@linumiz.com \
--cc=peng.fan@nxp.com \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=tharvey@gateworks.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox