]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-j722s-evm: Add bootph-all tag to usb0_phy_ctrl node
authorHrushikesh Salunke <h-salunke@ti.com>
Tue, 2 Sep 2025 05:30:09 +0000 (11:00 +0530)
committerNishanth Menon <nm@ti.com>
Fri, 12 Sep 2025 08:28:26 +0000 (13:58 +0530)
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-5-h-salunke@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-j722s-evm.dts

index a9b5d9a06241ab80ac105a36d36d6697bfe2caa9..e0e303da7e150dad707515fd2d662810f93cf8c9 100644 (file)
        usb-role-switch;
 };
 
+&usb0_phy_ctrl {
+       bootph-all;
+};
+
 &usbss1 {
        pinctrl-names = "default";
        pinctrl-0 = <&main_usb1_pins_default>;