[PATCH] arm64: dts: ti: k3-am62l: Add bootph to usb0

Bryan Brattlof posted 1 patch 1 week, 3 days ago
arch/arm64/boot/dts/ti/k3-am62l3-evm.dts | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: dts: ti: k3-am62l: Add bootph to usb0
Posted by Bryan Brattlof 1 week, 3 days ago
From: Anshul Dalal <anshuld@ti.com>

The AM62L-EVM has the ability to boot via DFU. Add the boot phase
property to the usb0 node to enable this boot mode.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
---
 arch/arm64/boot/dts/ti/k3-am62l3-evm.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts b/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts
index a1af4571a815..84a0cfaaf196 100644
--- a/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts
+++ b/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts
@@ -356,6 +356,7 @@ &usbss0 {
 
 &usb0 {
 	usb-role-switch;
+	bootph-all;
 
 	port {
 		usb0_hs_ep: endpoint {

---
base-commit: dc59e4fea9d83f03bad6bddf3fa2e52491777482
change-id: 20260706-am62lx-evm-dfu-2f0af65e9734

Best regards,
--  
Bryan Brattlof <bb@ti.com>
Re: [PATCH] arm64: dts: ti: k3-am62l: Add bootph to usb0
Posted by Vignesh Raghavendra 4 days, 13 hours ago
Hi Bryan Brattlof,

On Tue, 14 Jul 2026 18:05:48 -0500, Bryan Brattlof wrote:
> arm64: dts: ti: k3-am62l: Add bootph to usb0

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

[1/1] arm64: dts: ti: k3-am62l: Add bootph to usb0
      commit: 43aa380f66fb97a5a8233019b62e79183c4ae48a

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