From: "Rob Herring (Arm)" <robh@kernel.org>
To: Frieder Schrempf <frieder@fris.de>
Cc: Parthiban Nallathambi <parthiban@linumiz.com>,
devicetree@vger.kernel.org,
Hugo Villeneuve <hvilleneuve@dimonoff.com>,
Bjorn Helgaas <bhelgaas@google.com>,
Gregor Herburger <gregor.herburger@ew.tq-group.com>,
Conor Dooley <conor+dt@kernel.org>,
Joao Paulo Goncalves <joao.goncalves@toradex.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Conor Dooley <conor.dooley@microchip.com>,
linux-kernel@vger.kernel.org,
Marco Felsch <m.felsch@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
imx@lists.linux.dev, Shawn Guo <shawnguo@kernel.org>,
Francesco Dolcini <francesco.dolcini@toradex.com>,
Fabio Estevam <festevam@gmail.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org,
Mathieu Othacehe <m.othacehe@gmail.com>,
Alexander Stein <alexander.stein@ew.tq-group.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Hiago De Franco <hiago.franco@toradex.com>
Subject: Re: [PATCH v2 0/3] Add support for Kontron OSM-S i.MX8MP SoM and carrier boards
Date: Wed, 07 Aug 2024 09:20:30 -0600 [thread overview]
Message-ID: <172304386093.2508296.15187561674368738035.robh@kernel.org> (raw)
In-Reply-To: <20240807104137.558741-1-frieder@fris.de>
On Wed, 07 Aug 2024 12:38:45 +0200, Frieder Schrempf wrote:
> From: Frieder Schrempf <frieder.schrempf@kontron.de>
>
> Patch 1: board DT bindings
> Patch 2: OSM-S i.MX8MP SoM and BL carrier board devicetrees
> Patch 3: i.MX8MP SMARC module and eval carrier board devicetrees
>
> Changes for v2:
>
> DT bindings (patch1):
> * Add tags from Krzysztof and Conor (thanks!)
>
> SMARC DTs (patch 3):
> * Fix GPIO labels
> * Add support for TPM chip on SMARC module
> * Disable PWM in favor of GPIO5 on SMARC carrier
> * Enable LCDIF node to make HDMI work
> * Add support for GPIO expanders on SMARC carrier
> * Remove SPI flash as its removable and should be in an overlay
> * Add CAN regulators to fix transceiver enable
>
> Frieder Schrempf (3):
> dt-bindings: arm: fsl: Add Kontron i.MX8MP OSM-S based boards
> arm64: dts: Add support for Kontron OSM-S i.MX8MP SoM and BL carrier
> board
> arm64: dts: Add support for Kontron i.MX8MP SMARC module and eval
> carrier
>
> .../devicetree/bindings/arm/fsl.yaml | 13 +
> arch/arm64/boot/dts/freescale/Makefile | 6 +
> .../dts/freescale/imx8mp-kontron-bl-osm-s.dts | 307 ++++++
> .../boot/dts/freescale/imx8mp-kontron-dl.dtso | 112 +++
> .../dts/freescale/imx8mp-kontron-osm-s.dtsi | 908 ++++++++++++++++++
> .../imx8mp-kontron-smarc-eval-carrier.dts | 258 +++++
> .../dts/freescale/imx8mp-kontron-smarc.dtsi | 281 ++++++
> 7 files changed, 1885 insertions(+)
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-bl-osm-s.dts
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-dl.dtso
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-osm-s.dtsi
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-smarc-eval-carrier.dts
> create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-kontron-smarc.dtsi
>
> --
> 2.45.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-kontron-bl-osm-s.dtb freescale/imx8mp-kontron-smarc-eval-carrier.dtb' for 20240807104137.558741-1-frieder@fris.de:
arch/arm64/boot/dts/freescale/imx8mp-kontron-bl-osm-s.dtb: /usbc: failed to match any schema with compatible: ['linux,extcon-usb-gpio']
arch/arm64/boot/dts/freescale/imx8mp-kontron-smarc-eval-carrier.dtb: /usbc: failed to match any schema with compatible: ['linux,extcon-usb-gpio']
next prev parent reply other threads:[~2024-08-07 15:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-07 10:38 [PATCH v2 0/3] Add support for Kontron OSM-S i.MX8MP SoM and carrier boards Frieder Schrempf
2024-08-07 10:38 ` [PATCH v2 2/3] arm64: dts: Add support for Kontron OSM-S i.MX8MP SoM and BL carrier board Frieder Schrempf
2024-09-04 6:23 ` Shawn Guo
2024-08-07 10:38 ` [PATCH v2 3/3] arm64: dts: Add support for Kontron i.MX8MP SMARC module and eval carrier Frieder Schrempf
2024-09-04 6:35 ` Shawn Guo
2024-08-07 15:20 ` Rob Herring (Arm) [this message]
2024-09-03 8:52 ` [PATCH v2 0/3] Add support for Kontron OSM-S i.MX8MP SoM and carrier boards Frieder Schrempf
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=172304386093.2508296.15187561674368738035.robh@kernel.org \
--to=robh@kernel.org \
--cc=alexander.stein@ew.tq-group.com \
--cc=bhelgaas@google.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=francesco.dolcini@toradex.com \
--cc=frieder.schrempf@kontron.de \
--cc=frieder@fris.de \
--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=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.felsch@pengutronix.de \
--cc=m.othacehe@gmail.com \
--cc=parthiban@linumiz.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