From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BDD4D3128BF; Mon, 10 Nov 2025 14:34:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762785272; cv=none; b=HUIqbR+0Vrx/d7Bz5KsADWZ9jy8J22VRO6EYbL2N+97QUpmUwga2uICZkHfCnWzID3mDtwexqX7v1v/woK5wDbrefRrBwktFNb/T/K1zXYxaEnFRWuXr+PpTafPYVNEXbIPB/bPLvJ2qdWV+lhCSRfoqfA/hoiY+D7mR8nTkygQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762785272; c=relaxed/simple; bh=j2fpe8eJvApgn7cYpHzNxA3KOm/6F5GzlUkdK+ztIrg=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=QEaIoSVU4IHHm63Mel0DyM7hge30MlwmLdnV8wT9IWMcuqrWheA7xtfgO6MSPFotHr4gnY4tPyDwYSKiBGBKTG32h0bKT8q7I9DKOLp8wKYDD4pGzpK4OYxgZ/NiAjjyXZjUryxnZmHn3PPSBKV0scU3zHNk4OSQ0ubEUAxznN8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bVK12m3s; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bVK12m3s" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 140EDC19424; Mon, 10 Nov 2025 14:34:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1762785271; bh=j2fpe8eJvApgn7cYpHzNxA3KOm/6F5GzlUkdK+ztIrg=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=bVK12m3sOJGDFFJAv7gcPUux0ZlsYHoz8PnH2HKGIBWWMecav0QArZACBn4ru6Zi7 81FXrM/RxNg5UaJP+58ouJd/IAe9bT0UdbIrt3BGw+wvsuqGauYu/MdJv499XO1ymW OvlJ8WNaHJ5+nM5qMJlQC1T9p0sSju+KfQt+BZ797sGrupVW+xNeFqZJ11hNggGazj 0EwZu3VofGPuIndZRHNGCaoH8uAwfS1rASsSCSnLIZbQVwd+DH6aiya+kryDtOBFFG hqHwEn55hpzNouM515HEJISFkEIZh5gILJl7r4NHoQANUD0kwSqasEu/KjQNYV/DfZ oeduGCVhBNhUg== Date: Mon, 10 Nov 2025 08:34:30 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Sascha Hauer , Lad Prabhakar , Thierry Reding , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, Mikhail Anikin , Fabio Estevam , imx@lists.linux.dev, Conor Dooley , David Airlie , Yazan Shhady , Shawn Guo , Jessica Zhang , Maarten Lankhorst , Simona Vetter , Neil Armstrong , Jon Nettleton , devicetree@vger.kernel.org, Krzysztof Kozlowski , Laurent Pinchart , Maxime Ripard , Dmitry Torokhov , Thomas Zimmermann , Pengutronix Kernel Team , linux-kernel@vger.kernel.org, Krzysztof Kozlowski To: Josua Mayer In-Reply-To: <20251107-imx8mp-hb-iiot-v2-0-d8233ded999e@solid-run.com> References: <20251107-imx8mp-hb-iiot-v2-0-d8233ded999e@solid-run.com> Message-Id: <176278493126.154536.17870405687578843628.robh@kernel.org> Subject: Re: [PATCH v2 00/11] arm64: dts: add description for solidrun imx8mp hummingboard-iiot On Fri, 07 Nov 2025 12:46:07 +0100, Josua Mayer wrote: > This patchset mainl adds description for 3 SolidRun boards: > - i.MX8MP Hummingboard IIoT > - SolidSense N8 Compact > - i.MX8MM Hummingboard Ripple > > This includes dt bindings and a range of bug-fixes: > > - dt bindings for the boards > - fix to dsi panel bindings referncing panel-common and adding port > property > - cosmetic fix to some solidrun imx8mp boards for regulator gpio > polarity > - fix dsi hdmi bridge on hummingboard pulse > - compile dtbs with symbols to support overlays > - gpiod_set_value _can_sleep conversion for panel and touchscreen > drivers > > Open Questions: > > - How to describe HX3 USB-2.0/3.0 Hub placed on a USB-2.0-only Bus > (affects imx8mm-hummingboard-ripple.dts) > - Is "description for" implied not only on dt-bindings patches, but also > dts? E.g. is this commit subject acceptable?: > "arm64: dts: add solidrun solidsense-n8 board" > > Signed-off-by: Josua Mayer > --- > Changes in v2: > - fix spelling mistakes in commit descriptions. > - remove redundant "binding for" from subject: > https://elixir.bootlin.com/linux/v6.17-rc3/source/Documentation/devicetree/bindings/submitting-patches.rst > (Reported-by: Krzysztof Kozlowski ) > - remove one useless comment from imx8mm-sr-som.dtsi to fix long line > warning. > - change ronbo panel binding to inherit panel-common and switch > additionalProperties to unevaluatedProperties. > (Reported-by: Krzysztof Kozlowski ) > - add dt binding for winstar lvds panel > - fix dtbs_check for dsi & lvds panel addons > - change n8 board dts comment-style in header > - collected ack on solidrun boards bindings patch (patch 1 in the series) > (Acked-by: Krzysztof Kozlowski ) > - added standard led label property to hb-iiot multi-purpose leds > ensuring consistent names in case lp5562 driver starts using it. > - Link to v1: https://lore.kernel.org/r/20251027-imx8mp-hb-iiot-v1-0-683f86357818@solid-run.com > > --- > Josua Mayer (11): > dt-bindings: arm: fsl: Add various solidrun i.mx8m boards > dt-bindings: display: panel: ronbo,rb070d30: panel-common ref > dt-bindings: panel: lvds: add Winstar WF70A8SYJHLNGA > Input: ilitek_ts_i2c: fix warning with gpio controllers that sleep > drm/panel: ronbo-rb070d30: fix warning with gpio controllers that sleep > arm64: dts: imx8mp-hummingboard-pulse/cubox-m: fix vmmc gpio polarity > arm64: dts: imx8mp-hummingboard-pulse: fix mini-hdmi dsi port reference > arm64: dts: imx8mp-sr-som: build dtbs with symbols for overlay support > arm64: dts: add description for solidrun imx8mp hummingboard-iiot > arm64: dts: add description for solidrun solidsense-n8 board > arm64: dts: add description for solidrun i.mx8mm som and evb > > Documentation/devicetree/bindings/arm/fsl.yaml | 9 + > .../bindings/display/panel/panel-lvds.yaml | 2 + > .../bindings/display/panel/ronbo,rb070d30.yaml | 14 +- > arch/arm64/boot/dts/freescale/Makefile | 15 + > .../dts/freescale/imx8mm-hummingboard-ripple.dts | 335 ++++++++ > arch/arm64/boot/dts/freescale/imx8mm-sr-som.dtsi | 395 ++++++++++ > .../dts/freescale/imx8mn-solidsense-n8-compact.dts | 853 +++++++++++++++++++++ > arch/arm64/boot/dts/freescale/imx8mp-cubox-m.dts | 2 +- > ...hummingboard-iiot-panel-dsi-WJ70N3TYJHMNG0.dtso | 69 ++ > ...ummingboard-iiot-panel-lvds-WF70A8SYJHLNGA.dtso | 105 +++ > .../imx8mp-hummingboard-iiot-rs485-a.dtso | 18 + > .../imx8mp-hummingboard-iiot-rs485-b.dtso | 18 + > .../dts/freescale/imx8mp-hummingboard-iiot.dts | 712 +++++++++++++++++ > .../imx8mp-hummingboard-pulse-common.dtsi | 2 +- > .../imx8mp-hummingboard-pulse-mini-hdmi.dtsi | 11 +- > drivers/gpu/drm/panel/panel-ronbo-rb070d30.c | 8 +- > drivers/input/touchscreen/ilitek_ts_i2c.c | 4 +- > 17 files changed, 2548 insertions(+), 24 deletions(-) > --- > base-commit: 607bcb1e539a7f2b2ba6832ba96fe3ad73b7401c > change-id: 20251026-imx8mp-hb-iiot-525b03beea62 > > Best regards, > -- > Josua Mayer > > > 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: base-commit 607bcb1e539a7f2b2ba6832ba96fe3ad73b7401c not known, ignoring Base: attempting to guess base-commit... Base: tags/v6.18-rc1 (exact match) Base: tags/v6.18-rc1 (use --merge-base to override) 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 20251107-imx8mp-hb-iiot-v2-0-d8233ded999e@solid-run.com: arch/arm64/boot/dts/freescale/imx8mp-hummingboard-iiot.dtb: accelerometer@53 (adi,adxl345): 'interrupt-names' is a dependency of 'interrupts-extended' from schema $id: http://devicetree.org/schemas/iio/accel/adi,adxl345.yaml