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

Chintan Vankar posted 4 patches 3 months ago
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts          | 11 +++++++++++
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          | 12 ++++++++++++
4 files changed, 47 insertions(+)
[PATCH v6 0/4] Add bootph-all property to enable Ethernet boot
Posted by Chintan Vankar 3 months ago
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 '58ba80c47402' of linux-next tagged
next-20250708.

Link to v5:
https://lore.kernel.org/r/20250708084252.1028191-1-c-vankar@ti.com/

Changes from v5 to v6:
- Added bootph-all property to "cpsw_mac_syscon" node for AM62P5-SK, J722S
  and SK-AM69.
- Removed bootph-all property from "mcu_udmap" node for SK-AM69 since it
  was already present.
- Corrected "bootph-all" which was misspelled in previous version for
  SK-AM69.

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          | 11 +++++++++++
 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          | 12 ++++++++++++
 4 files changed, 47 insertions(+)

-- 
2.34.1
Re: [PATCH v6 0/4] Add bootph-all property to enable Ethernet boot
Posted by Vignesh Raghavendra 2 months, 3 weeks ago
Hi Chintan Vankar,

On Wed, 09 Jul 2025 16:23:22 +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 '58ba80c47402' of linux-next tagged
> next-20250708.
> 
> Link to v5:
> https://lore.kernel.org/r/20250708084252.1028191-1-c-vankar@ti.com/
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/4] arm64: dts: ti: k3-am68-sk-base-board: Add bootph-all property to enable Ethernet boot
      commit: 7cc984fb30d5c2a780fee0f4b2d4ad2001961c6b
[2/4] arm64: dts: ti: k3-am62p5-sk: Add bootph-all property to enable Ethernet boot
      commit: d6ad164e05844be63210900536108812aa00d2fe
[3/4] arm64: dts: ti: k3-j722s-evm: Add bootph-all property to enable Ethernet boot
      commit: ab9ec669cf74b6499c0de4f42a6dd756a4e4e2a1
[4/4] arm64: dts: ti: k3-am69-sk: Add bootph-all property to enable Ethernet boot
      commit: 89a0284bf92e498c8d24a4ce37949eaf4a5101a9

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh