[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175820686555.1653903.2952526182667328137.robh@kernel.org>
Date: Thu, 18 Sep 2025 09:50:19 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Jonas Rebmann <jre@...gutronix.de>
Cc: Mark Brown <broonie@...nel.org>, Shengjiu Wang <shengjiu.wang@....com>,
"David S. Miller" <davem@...emloft.net>, devicetree@...r.kernel.org,
Andrew Lunn <andrew@...n.ch>, David Jander <david@...tonic.nl>,
Lucas Stach <l.stach@...gutronix.de>, Liam Girdwood <lgirdwood@...il.com>,
Paolo Abeni <pabeni@...hat.com>, Fabio Estevam <festevam@...il.com>,
Vladimir Oltean <olteanv@...il.com>, Eric Dumazet <edumazet@...gle.com>,
Sascha Hauer <s.hauer@...gutronix.de>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, netdev@...r.kernel.org,
Conor Dooley <conor+dt@...nel.org>, Jakub Kicinski <kuba@...nel.org>,
Shawn Guo <shawnguo@...nel.org>, linux-kernel@...r.kernel.org,
imx@...ts.linux.dev, Vladimir Oltean <vladimir.oltean@....com>,
linux-sound@...r.kernel.org,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Oleksij Rempel <o.rempel@...gutronix.de>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v2 0/3] Mainline Protonic PRT8ML board
On Thu, 18 Sep 2025 14:19:43 +0200, Jonas Rebmann wrote:
> This series adds the Protonic PRT8ML device tree as well as some minor
> corrections to the devicetree bindings used.
>
> Signed-off-by: Jonas Rebmann <jre@...gutronix.de>
> ---
> Changes in v2:
> - Dropped "ASoC: dt-bindings: asahi-kasei,ak4458: Reference common DAI
> properties", applied to broonie/sound for-next (Thanks, Mark)
> - Updated description of the reset-gpios property in sja1105 binding to
> address the issues of connecting this pin to GPIO (Thanks, Vladimir)
> - Added the fec, switch and phy for RJ45 onboard ethernet after
> successful testing
> - Consistently use interrupts-extended
> - Link to v1: https://lore.kernel.org/r/20250910-imx8mp-prt8ml-v1-0-fd04aed15670@pengutronix.de
>
> ---
> Jonas Rebmann (3):
> dt-bindings: net: dsa: nxp,sja1105: Add reset-gpios property
> dt-bindings: arm: fsl: Add Protonic PRT8ML
> arm64: dts: add Protonic PRT8ML board
>
> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
> .../devicetree/bindings/net/dsa/nxp,sja1105.yaml | 9 +
> arch/arm64/boot/dts/freescale/Makefile | 1 +
> arch/arm64/boot/dts/freescale/imx8mp-prt8ml.dts | 500 +++++++++++++++++++++
> 4 files changed, 511 insertions(+)
> ---
> base-commit: ea21fa34164c9ea0a2a5b8714c7e36f54c7fb46e
> change-id: 20250701-imx8mp-prt8ml-01be34684659
>
> Best regards,
> --
> Jonas Rebmann <jre@...gutronix.de>
>
>
>
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 ea21fa34164c9ea0a2a5b8714c7e36f54c7fb46e
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 20250918-imx8mp-prt8ml-v2-0-3d84b4fe53de@...gutronix.de:
arch/arm64/boot/dts/freescale/imx8mp-prt8ml.dtb: codec@11 (asahi-kasei,ak4458): '#sound-dai-cells' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/sound/asahi-kasei,ak4458.yaml#
arch/arm64/boot/dts/freescale/imx8mp-prt8ml.dtb: isp@...10000 (fsl,imx8mp-isp): 'power-domain-names' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/rockchip-isp1.yaml#
arch/arm64/boot/dts/freescale/imx8mp-prt8ml.dtb: isp@...10000 (fsl,imx8mp-isp): power-domains: [[77, 6], [77, 1]] is too long
from schema $id: http://devicetree.org/schemas/media/rockchip-isp1.yaml#
arch/arm64/boot/dts/freescale/imx8mp-prt8ml.dtb: isp@...20000 (fsl,imx8mp-isp): 'power-domain-names' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/rockchip-isp1.yaml#
arch/arm64/boot/dts/freescale/imx8mp-prt8ml.dtb: isp@...20000 (fsl,imx8mp-isp): power-domains: [[77, 6], [77, 4]] is too long
from schema $id: http://devicetree.org/schemas/media/rockchip-isp1.yaml#
Powered by blists - more mailing lists