[PATCH v5 0/4] Add bootph-all property to enable Ethernet boot

Rob Herring (Arm) robh at kernel.org
Tue Jul 8 06:23:34 PDT 2025


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 at ti.com:

arch/arm64/boot/dts/ti/k3-am69-sk.dtb: pinctrl at 4301c068 (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#








More information about the linux-arm-kernel mailing list