[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175400322420.2681610.16971695466089884745.robh@kernel.org>
Date: Thu, 31 Jul 2025 18:09:18 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Brandon Brnich <b-brnich@...com>
Cc: linux-kernel@...r.kernel.org, Devarsh Thakkar <devarsht@...com>,
Nishanth Menon <nm@...com>, Conor Dooley <conor+dt@...nel.org>,
Darren Etheridge <detheridge@...com>, devicetree@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
linux-arm-kernel@...ts.infradead.org, Tero Kristo <kristo@...nel.org>,
Vignesh Raghavendra <vigneshr@...com>, Udit Kumar <u-kumar1@...com>
Subject: Re: [PATCH] arm64: dts: ti: k3-j722s-main: Add E5010 JPEG Encoder
On Thu, 31 Jul 2025 17:16:22 -0500, Brandon Brnich wrote:
> This adds the node for E5010 JPEG Encoder. E5010 is a stateful JPEG Encoder
> present in J722s SoC, supporting baseline encoding of semiplanar based
> YUV420 and YUV422 raw video formats to JPEG encoding, with resolutions
> supported from 64x64 to 8kx8k.
>
> Signed-off-by: Brandon Brnich <b-brnich@...com>
> ---
> arch/arm64/boot/dts/ti/k3-j722s-main.dtsi | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
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: attempting to guess base-commit...
Base: tags/next-20250729 (exact match)
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/ti/' for 20250731221622.2187892-1-b-brnich@...com:
arch/arm64/boot/dts/ti/k3-am67a-beagley-ai.dtb: e5010@...0000 (img,e5010-jpeg-enc): 'clock-names' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/img,e5010-jpeg-enc.yaml#
arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: e5010@...0000 (img,e5010-jpeg-enc): 'clock-names' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/img,e5010-jpeg-enc.yaml#
Powered by blists - more mailing lists