From e7ee00e314da736b00ebb26405f8e2cab84cfa22 Mon Sep 17 00:00:00 2001 From: Siddharth Vadapalli Date: Wed, 22 Jan 2025 18:11:48 +0530 Subject: [PATCH] arm64: dts: ti: k3-am62a7-sk: Add boot phase tag for USB0 The USB0 instance of USB on AM62Ax SoC can be used for USB DFU boot. This requires USB0 to be enabled at all stages of the boot process. In order to support USB DFU boot on AM62A7-SK, add the "bootph-all" property to USB0. Signed-off-by: Siddharth Vadapalli Link: https://lore.kernel.org/r/20250122124223.1118789-2-s-vadapalli@ti.com Signed-off-by: Vignesh Raghavendra --- arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts index a6f0d87a50d8a..afe654cf1c221 100644 --- a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts @@ -655,6 +655,7 @@ }; &usb0 { + bootph-all; usb-role-switch; port { -- 2.47.3