From: "Rob Herring (Arm)" <robh@kernel.org>
To: Maud Spierings <maudspierings@gocontroll.com>
Cc: Sam Ravnborg <sam@ravnborg.org>, Mark Brown <broonie@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
Jessica Zhang <quic_jesszhan@quicinc.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Conor Dooley <conor+dt@kernel.org>,
linux-kernel@vger.kernel.org, Shawn Guo <shawnguo@kernel.org>,
devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
Neil Armstrong <neil.armstrong@linaro.org>,
Simona Vetter <simona@ffwll.ch>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Thomas Zimmermann <tzimmermann@suse.de>,
linux-arm-kernel@lists.infradead.org,
Liu Ying <victor.liu@nxp.com>,
Maxime Ripard <mripard@kernel.org>,
Fabio Estevam <festevam@gmail.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
linux-spi@vger.kernel.org, David Airlie <airlied@gmail.com>,
imx@lists.linux.dev, Krzysztof Kozlowski <krzk+dt@kernel.org>
Subject: Re: [PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display
Date: Wed, 26 Feb 2025 16:27:34 -0600 [thread overview]
Message-ID: <174060863556.3857034.912870225795774413.robh@kernel.org> (raw)
In-Reply-To: <20250226-initial_display-v2-0-23fafa130817@gocontroll.com>
On Wed, 26 Feb 2025 15:19:11 +0100, Maud Spierings wrote:
> Add inital support for 2 variants of the Moduline Display controller.
> This system is powered by the Ka-Ro Electronics tx8p-ml81 COM, which
> features an imx8mp SoC.
>
> Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>
> ---
> Changes in v2:
> - Dropped the trivial-devices patch
> - Added a patch with bindings for the gocontroll,moduline-module-slot
> - Added a patch to spidev.c to enable the spidev driver for the module
> slot
> - Added a missing usb-c connector in the av101hdt-a10 variant dts
> - Switched to the new bindings for the module slots in the base dts
> - Fixed some commit typos
> - Link to v1: https://lore.kernel.org/r/20250224-initial_display-v1-0-5ccbbf613543@gocontroll.com
>
> ---
> Maud Spierings (12):
> dt-bindings: arm: fsl: Add GOcontroll Moduline Display
> dt-bindings: vendor-prefixes: add GOcontroll
> dt-bindings: connector: Add the GOcontroll Moduline module slot bindings
> arm64: dts: imx8mp: Add pinctrl config definitions
> MAINTAINERS: add maintainer for the Ka-Ro tx8p-ml81 COM module
> MAINTAINERS: add maintainer for the GOcontroll Moduline module slot
> MAINTAINERS: add maintainer for the GOcontroll Moduline controllers
> arm64: dts: freescale: add Ka-Ro Electronics tx8p-ml81 COM
> arm64: dts: freescale: Add the GOcontroll Moduline Display baseboard
> arm64: dts: freescale: Add the BOE av101hdt-a10 variant of the Moduline Display
> arm64: dts: freescale: Add the BOE av123z7m-n17 variant of the Moduline Display
> spi: spidev: Add an entry for the gocontroll moduline module slot
>
> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
> .../connector/gocontroll,moduline-module-slot.yaml | 88 ++++
> .../devicetree/bindings/vendor-prefixes.yaml | 2 +
> MAINTAINERS | 17 +
> arch/arm64/boot/dts/freescale/imx8mp-pinfunc.h | 27 +
> ...tx8p-ml81-moduline-display-106-av101hdt-a10.dts | 100 ++++
> ...tx8p-ml81-moduline-display-106-av123z7m-n17.dts | 133 +++++
> .../imx8mp-tx8p-ml81-moduline-display-106.dtsi | 535 ++++++++++++++++++++
> .../arm64/boot/dts/freescale/imx8mp-tx8p-ml81.dtsi | 547 +++++++++++++++++++++
> drivers/spi/spidev.c | 2 +
> 10 files changed, 1452 insertions(+)
> ---
> base-commit: 2bc63dbeabecce860eb8b261bf67b97552fe7747
> change-id: 20250224-initial_display-fa82218e06e5
>
> Best regards,
> --
> Maud Spierings <maudspierings@gocontroll.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 20250226-initial_display-v2-0-23fafa130817@gocontroll.com:
arch/arm64/boot/dts/freescale/imx8mp-tx8p-ml81-moduline-display-106-av101hdt-a10.dtb: usb@32f10108: usb@38200000: Unevaluated properties are not allowed ('connector' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/fsl,imx8mp-dwc3.yaml#
arch/arm64/boot/dts/freescale/imx8mp-tx8p-ml81-moduline-display-106-av101hdt-a10.dtb: usb@38200000: Unevaluated properties are not allowed ('connector' was unexpected)
from schema $id: http://devicetree.org/schemas/usb/snps,dwc3.yaml#
next prev parent reply other threads:[~2025-02-26 22:27 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-26 14:19 [PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 01/12] dt-bindings: arm: fsl: Add " Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 02/12] dt-bindings: vendor-prefixes: add GOcontroll Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 03/12] dt-bindings: connector: Add the GOcontroll Moduline module slot bindings Maud Spierings via B4 Relay
2025-03-14 21:06 ` Rob Herring
2025-03-15 7:33 ` Maud Spierings | GOcontroll
[not found] ` <PA4PR04MB7630094413C8E1F3D715EE23C5DD2@PA4PR04MB7630.eurprd04.prod.outlook.com>
2025-03-17 10:34 ` Krzysztof Kozlowski
2025-03-17 10:42 ` Maud Spierings | GOcontroll
2025-03-18 15:37 ` Rob Herring
2025-03-18 16:03 ` Maud Spierings | GOcontroll
2025-02-26 14:19 ` [PATCH v2 04/12] arm64: dts: imx8mp: Add pinctrl config definitions Maud Spierings via B4 Relay
2025-02-26 15:32 ` Daniel Baluta
2025-02-26 14:19 ` [PATCH v2 05/12] MAINTAINERS: add maintainer for the Ka-Ro tx8p-ml81 COM module Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 06/12] MAINTAINERS: add maintainer for the GOcontroll Moduline module slot Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 07/12] MAINTAINERS: add maintainer for the GOcontroll Moduline controllers Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 08/12] arm64: dts: freescale: add Ka-Ro Electronics tx8p-ml81 COM Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 09/12] arm64: dts: freescale: Add the GOcontroll Moduline Display baseboard Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 10/12] arm64: dts: freescale: Add the BOE av101hdt-a10 variant of the Moduline Display Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 11/12] arm64: dts: freescale: Add the BOE av123z7m-n17 " Maud Spierings via B4 Relay
2025-02-26 14:19 ` [PATCH v2 12/12] spi: spidev: Add an entry for the gocontroll moduline module slot Maud Spierings via B4 Relay
2025-02-26 22:27 ` Rob Herring (Arm) [this message]
2025-03-14 15:53 ` (subset) [PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display Mark Brown
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=174060863556.3857034.912870225795774413.robh@kernel.org \
--to=robh@kernel.org \
--cc=airlied@gmail.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.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=linux-spi@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=maudspierings@gocontroll.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=quic_jesszhan@quicinc.com \
--cc=s.hauer@pengutronix.de \
--cc=sam@ravnborg.org \
--cc=shawnguo@kernel.org \
--cc=simona@ffwll.ch \
--cc=thierry.reding@gmail.com \
--cc=tzimmermann@suse.de \
--cc=victor.liu@nxp.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