From: "Rob Herring (Arm)" <robh@kernel.org>
To: Richard Hu <richard.hu@technexion.com>
Cc: Ray Chang <ray.chang@technexion.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org,
Sascha Hauer <s.hauer@pengutronix.de>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
imx@lists.linux.dev, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Shawn Guo <shawnguo@kernel.org>,
Fabio Estevam <festevam@gmail.com>
Subject: Re: [PATCH v2 0/2] Add TechNexion EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board support
Date: Thu, 05 Jun 2025 07:49:31 -0500 [thread overview]
Message-ID: <174912725086.2341088.4909342714758146412.robh@kernel.org> (raw)
In-Reply-To: <20250605-add-technexion-edm-g-imx8m-plus-som-v2-0-db5a7bbe3c84@technexion.com>
On Thu, 05 Jun 2025 15:09:40 +0800, Richard Hu wrote:
> Add initial support for TechNexion EDM-G-IMX8M-PLUS SOM and WB-EDM-G
> carrier board.
>
> Change in V2:
> - Ensured accurate `To:` and `Cc:` addresses by utilizing
> `b4 prep --auto-to-cc`. (Thanks to Krzysztof Kozlowski for the
> tip on this command and helpful suggestion from Rob Herring)
>
> in patch 1/2:
> - Add Acked-by tag
>
> in patch 2/2:
> - Generic Node Naming: Refactored device tree node names for I2C
> GPIO expanders, the USB Type-C controller, and the PMIC to adhere
> to generic naming conventions (e.g., `gpio@21`, `usb-typec@67`,
> `pmic@25`).
>
> - Removed Unused SPI Node: Eliminated the `spidev1` node due to an
> incorrect and non-existent compatible string (`rohm,dh2228fv`).
>
> - Minor formatting improvements (e.g., whitespace, indentation).
>
> Signed-off-by: Richard Hu <richard.hu@technexion.com>
> ---
> Ray Chang (1):
> dt-bindings: arm: fsl: Add EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board
>
> Richard Hu (1):
> arm64: dts: imx8mp: Add TechNexion EDM-G-IMX8M-PLUS SOM on WB-EDM-G carrier board
>
> Documentation/devicetree/bindings/arm/fsl.yaml | 7 +
> arch/arm64/boot/dts/freescale/Makefile | 1 +
> arch/arm64/boot/dts/freescale/imx8mp-edm-g-wb.dts | 403 +++++++++++
> arch/arm64/boot/dts/freescale/imx8mp-edm-g.dtsi | 839 ++++++++++++++++++++++
> 4 files changed, 1250 insertions(+)
> ---
> base-commit: 0ff41df1cb268fc69e703a08a57ee14ae967d0ca
> change-id: 20250604-add-technexion-edm-g-imx8m-plus-som-79adf0b397eb
>
> Best regards,
> --
> Richard Hu <richard.hu@technexion.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
This patch series was applied (using b4) to base:
Base: using specified base-commit 0ff41df1cb268fc69e703a08a57ee14ae967d0ca
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/freescale/' for 20250605-add-technexion-edm-g-imx8m-plus-som-v2-0-db5a7bbe3c84@technexion.com:
arch/arm64/boot/dts/freescale/imx8mp-edm-g-wb.dtb: i2c-gpio-brd-conf (i2c-gpio): $nodename:0: 'i2c-gpio-brd-conf' does not match '^i2c(@.+|-[a-z0-9]+)?$'
from schema $id: http://devicetree.org/schemas/i2c/i2c-gpio.yaml#
arch/arm64/boot/dts/freescale/imx8mp-edm-g-wb.dtb: i2c-gpio-brd-conf (i2c-gpio): Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'clock-frequency' were unexpected)
from schema $id: http://devicetree.org/schemas/i2c/i2c-gpio.yaml#
prev parent reply other threads:[~2025-06-05 12:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-05 7:09 [PATCH v2 0/2] Add TechNexion EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board support Richard Hu
2025-06-05 7:09 ` [PATCH v2 1/2] dt-bindings: arm: fsl: Add EDM-G-IMX8M-PLUS SOM and WB-EDM-G carrier board Richard Hu
2025-06-05 7:09 ` [PATCH v2 2/2] arm64: dts: imx8mp: Add TechNexion EDM-G-IMX8M-PLUS SOM on " Richard Hu
2025-06-09 11:12 ` Peng Fan
2025-06-05 12:49 ` 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=174912725086.2341088.4909342714758146412.robh@kernel.org \
--to=robh@kernel.org \
--cc=conor+dt@kernel.org \
--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=ray.chang@technexion.com \
--cc=richard.hu@technexion.com \
--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