From: "Rob Herring (Arm)" <robh@kernel.org>
To: Frank Li <Frank.Li@nxp.com>
Cc: Fabio Estevam <festevam@gmail.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org,
Conor Dooley <conor.dooley@microchip.com>,
imx@lists.linux.dev, Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>
Subject: Re: [PATCH v3 0/4] arm64: dts: add imx95_15x15_evk boards support
Date: Thu, 20 Feb 2025 15:29:19 -0600 [thread overview]
Message-ID: <174008661875.4046844.10682813158644154393.robh@kernel.org> (raw)
In-Reply-To: <20250220-imx95_15x15-v3-0-247777ed91c4@nxp.com>
On Thu, 20 Feb 2025 11:11:15 -0500, Frank Li wrote:
> Add related binding doc.
>
> Add imx95_15x15_evk boards, which have big difference with imx95_19x19_evk
> boards.
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> Changes in v3:
> - Add Rob and Conor's ack tags
> - Remove undocument property (need doube check why dtb-check have not
> report warning).
>
> - Link to v2: https://lore.kernel.org/r/20250114-imx95_15x15-v2-0-2457483bc99d@nxp.com
>
> Changes in v2:
> - fixed typo 'inctrl-names'.
> - Link to v1: https://lore.kernel.org/r/20250113-imx95_15x15-v1-0-8c20cbaab9ed@nxp.com
>
> ---
> Frank Li (4):
> dt-bindings: arm: fsl: add i.MX95 15x15 EVK board
> arm64: dts: imx95: Add #io-channel-cells = <1> for adc node
> arm64: dts: imx95: Add i3c1 and i3c2
> arm64: dts: imx95: Add imx95-15x15-evk support
>
> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
> arch/arm64/boot/dts/freescale/Makefile | 1 +
> arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts | 1062 +++++++++++++++++++++
> arch/arm64/boot/dts/freescale/imx95.dtsi | 27 +
> 4 files changed, 1091 insertions(+)
> ---
> base-commit: 50a0c754714aa3ea0b0e62f3765eb666a1579f24
> change-id: 20250110-imx95_15x15-6a64db8c0187
>
> Best regards,
> ---
> Frank Li <Frank.Li@nxp.com>
>
>
>
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 for arch/arm64/boot/dts/freescale/' for 20250220-imx95_15x15-v3-0-247777ed91c4@nxp.com:
arch/arm64/boot/dts/freescale/imx95-15x15-evk.dtb: pcie@4c300000: clock-names: ['pcie', 'pcie_bus', 'pcie_phy', 'pcie_aux'] is too short
from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
arch/arm64/boot/dts/freescale/imx95-15x15-evk.dtb: pcie@4c380000: clock-names: ['pcie', 'pcie_bus', 'pcie_phy', 'pcie_aux'] is too short
from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
prev parent reply other threads:[~2025-02-20 21:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-20 16:11 [PATCH v3 0/4] arm64: dts: add imx95_15x15_evk boards support Frank Li
2025-02-20 16:11 ` [PATCH v3 1/4] dt-bindings: arm: fsl: add i.MX95 15x15 EVK board Frank Li
2025-02-20 16:11 ` [PATCH v3 2/4] arm64: dts: imx95: Add #io-channel-cells = <1> for adc node Frank Li
2025-02-20 16:11 ` [PATCH v3 3/4] arm64: dts: imx95: Add i3c1 and i3c2 Frank Li
2025-02-24 8:22 ` Daniel Baluta
2025-02-20 16:11 ` [PATCH v3 4/4] arm64: dts: imx95: Add imx95-15x15-evk support Frank Li
2025-02-21 2:05 ` Xu Yang
2025-02-21 15:25 ` Frank Li
2025-02-20 21:29 ` Rob Herring (Arm) [this message]
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=174008661875.4046844.10682813158644154393.robh@kernel.org \
--to=robh@kernel.org \
--cc=Frank.Li@nxp.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=s.hauer@pengutronix.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox