[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175198090755.436953.6586253094300469079.robh@kernel.org>
Date: Tue, 08 Jul 2025 08:23:34 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Chintan Vankar <c-vankar@...com>
Cc: s-vadapalli@...com, Conor Dooley <conor+dt@...nel.org>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Vignesh Raghavendra <vigneshr@...com>, Nishanth Menon <nm@...com>,
linux-arm-kernel@...ts.infradead.org, Tero Kristo <kristo@...nel.org>
Subject: Re: [PATCH v5 0/4] Add bootph-all property to enable Ethernet boot
On Tue, 08 Jul 2025 14:12:48 +0530, Chintan Vankar wrote:
> This series adds bootph-all property to necessary nodes to enable
> ethernet boot support for SK-AM68, AM62P5-SK, J722S, and SK-AM69.
>
> This series is based on commit '8d6c58332c7a' of linux-next tagged
> next-20250703.
>
> Link to v4:
> https://lore.kernel.org/r/20250429072644.2400295-1-c-vankar@ti.com/
>
> Changes from v4 to v5:
> - Updated [PATCH v4 2/2] by adding properties to the respective board
> files and split [PATCH v4 2/2] for AM62P5-SK and J722S-EVM.
> - Added a new patch to enable Ethernet boot on SK-AM69.
>
> This series is based on linux-next tagged next-20250428.
>
> Chintan Vankar (4):
> arm64: dts: ti: k3-am68-sk-base-board: Add bootph-all property to
> enable Ethernet boot
> arm64: dts: ti: k3-am62p5-sk: Add bootph-all property to enable
> Ethernet boot
> arm64: dts: ti: k3-j722s-evm: Add bootph-all property to enable
> Ethernet boot
> arm64: dts: ti: k3-am69-sk: Add bootph-all property to enable Ethernet
> boot
>
> arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 7 +++++++
> arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts | 12 ++++++++++++
> arch/arm64/boot/dts/ti/k3-am69-sk.dts | 12 ++++++++++++
> arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 8 ++++++++
> 4 files changed, 39 insertions(+)
>
> --
> 2.34.1
>
>
>
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-20250704 (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 20250708084252.1028191-1-c-vankar@...com:
arch/arm64/boot/dts/ti/k3-am69-sk.dtb: pinctrl@...1c068 (ti,j7200-padconf): mcu-cpsw-default-pins: 'booph-all' does not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#
Powered by blists - more mailing lists