summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrushikesh Salunke <h-salunke@ti.com>2025-09-02 11:00:07 +0530
committerNishanth Menon <nm@ti.com>2025-09-12 13:58:26 +0530
commit398af33bedc1a64f7045be065e1e17e292cc1c60 (patch)
tree338f5b1d4b3930a7c63b848c8a8ecfdcfb8e0a15
parent47315d395a98a56f8854a2085f887fb18a8217d9 (diff)
arm64: dts: ti: k3-am62p5-sk: Add bootph-all tag to usb0_phy_ctrl node
Add bootph-all property to the USB0 PHY controller node to make it available during all boot phases. This is required for USB DFU boot. Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com> Reviewed-by: Siddharth Vadapalli <s-vadapalli@ti.com> Reviewed-by: Judith Mendez <jm@ti.com> Link: https://patch.msgid.link/20250902053009.1732607-3-h-salunke@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62p5-sk.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
index b211ec7b35b8..a064a632680e 100644
--- a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
@@ -595,6 +595,10 @@
};
};
+&usb0_phy_ctrl {
+ bootph-all;
+};
+
&usb1 {
dr_mode = "host";
pinctrl-names = "default";